diff --git a/build.sh b/build.sh index 5f2d6c4..3548691 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +3,6 @@ set -e mkdir build cd build -clang -o first ../test/test_arena.cpp -Wno-writable-strings -./first +clang -o test_arena ../test/test_arena.cpp -fno-exceptions -fno-rtti -Wno-writable-strings +./test_arena cd .. \ No newline at end of file