From 79773a58ef3fd3caf6067422df430aa4a60ad127 Mon Sep 17 00:00:00 2001 From: talha Date: Sat, 1 Feb 2025 17:37:26 +0500 Subject: Setup benchmarh branch to have max performance --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index f7cc7fa..a4f0fda 100755 --- a/build.sh +++ b/build.sh @@ -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" -- cgit v1.2.3