aboutsummaryrefslogtreecommitdiff
blob: 90972e8c53eaf3909bff7d511bf8a8c3f90fab86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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