You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
diff --git a/Makerules b/Makerules
|
|
index 298b5737..71c307e6 100644
|
|
--- a/Makerules
|
|
+++ b/Makerules
|
|
@@ -21,8 +21,6 @@ SANITIZE_FLAGS += -fsanitize=address
|
|
SANITIZE_FLAGS += -fsanitize=leak
|
|
|
|
ifeq ($(build),debug)
|
|
- CFLAGS += -pipe -g
|
|
- LDFLAGS += -g
|
|
else ifeq ($(build),release)
|
|
CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer
|
|
LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
|