diff options
author | talha <sarcxd@gmail.com> | 2025-02-01 17:37:26 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-02-01 17:37:26 +0500 |
commit | 79773a58ef3fd3caf6067422df430aa4a60ad127 (patch) | |
tree | 8bbf84a0217b1859612169f4c511e2f5d68370ea /build.sh | |
parent | ce28ed66a5cb155285a5971013f54919757cd65a (diff) |
Setup benchmarh branch to have max performancebranch/simd-math
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ build_opts="$build_dir/main" lib_path="libs/SDL2 libs/freetype/libfreetype.so" link_opts="-L $lib_path -lSDL2" -build_command="clang++ -std=c++11 -g -O0 $include_opts $files $link_opts -o $build_opts" +build_command="clang++ -std=c++11 -g -O2 $include_opts $files $link_opts -o $build_opts" printf "Building Project...\n" printf "$build_command\n\n" |