summaryrefslogtreecommitdiff
path: root/cppbuild.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-06-13 19:33:53 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-06-13 19:33:53 +0200
commit5ea97553355c8109e81a560ba90ce942fa8db429 (patch)
tree6016f0c32612c5ab269a407b1364937b0867ffac /cppbuild.cc
parent4f923fbdace27f27421bf18dfc9655b73bd68929 (diff)
Clean up Makefile
Diffstat (limited to 'cppbuild.cc')
-rw-r--r--cppbuild.cc2
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