From c899a9cb581aa67be94231eba02f432a199512e7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 6 Jun 2020 14:22:23 +0200 Subject: Fix build flags --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 0ce4df8..7eb284d 100644 --- a/common.mk +++ b/common.mk @@ -22,8 +22,8 @@ CXX=g++ endif #ifeq ($(CXXFLAGS),) -#CXXFLAGS=-O2 -DNDEBUG -CXXFLAGS=-O0 -g -D_DEBUG +CXXFLAGS=-O2 -DNDEBUG +#CXXFLAGS=-O0 -g -D_DEBUG #endif # -fprofile-instr-generate -fcoverage-mapping # gcc:--coverage -- cgit v1.2.3