diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-13 19:33:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-13 19:33:53 +0200 |
commit | 5ea97553355c8109e81a560ba90ce942fa8db429 (patch) | |
tree | 6016f0c32612c5ab269a407b1364937b0867ffac /cppbuild.cc | |
parent | 4f923fbdace27f27421bf18dfc9655b73bd68929 (diff) |
Clean up Makefile
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 |