diff options
Diffstat (limited to 'cppbuild.cc')
-rw-r--r-- | cppbuild.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppbuild.cc b/cppbuild.cc index 3604260..eb8b78e 100644 --- a/cppbuild.cc +++ b/cppbuild.cc @@ -2,7 +2,7 @@ if [ "cppbuild" -ot "$0" ] then echo "Rebuilding cppbuild" - g++ -std=c++17 -pthread $0 libcppbuild.a -o cppbuild + g++ -s -O3 -std=c++17 -pthread $0 libcppbuild.a -o cppbuild [ $? != 0 ] && exit 1 fi |