[ox/std] Make asserts generate stack traces

This commit is contained in:
2018-09-02 21:10:32 -05:00
parent 72b9437ef5
commit 0ba964a475
5 changed files with 57 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ add_library(
byteswap.cpp
memops.cpp
random.cpp
stacktrace.cpp
strops.cpp
)
@@ -26,6 +27,7 @@ install(
memops.hpp
new.hpp
random.hpp
stacktrace.hpp
string.hpp
strops.hpp
std.hpp