diff --git a/Makerules b/Makerules index fc9bf998..82f10b28 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 $(LDREMOVEUNREACH) else ifeq ($(build),release) CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s