diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-02 16:48:45 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-02 16:48:45 +0100 |
commit | 5581340f23b31114d33736c630de849898668f38 (patch) | |
tree | 157e8dfdeaa7f0b2b075d9455704d79b3c0fd28e /common.mk | |
parent | 06a5b6fe71abac44286adf9c9f439ad5a2e3a519 (diff) |
Build -O2 by default
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ LDFLAGS+=-static endif ifeq ($(CXXFLAGS),) -#CXXFLAGS=-O2 -g -DNDEBUG -CXXFLAGS=-O0 -g -D_DEBUG +CXXFLAGS=-O2 -g -DNDEBUG +#CXXFLAGS=-O0 -g -D_DEBUG endif # -fprofile-instr-generate -fcoverage-mapping # gcc:--coverage |