diff --git a/Makefile b/Makefile index 1e2b437..cf9e85c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ endif # Native build with debug symbols ifeq ($(build), debug) - TARGET_FLAGS = -g3 + TARGET_FLAGS = -g else DEFINE_FLAGS += -DNDEBUG endif