summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5687c8c..12ba6c7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ LDFLAGS :=
# Compile with 'make DEBUG=true' to enable debugging
DEBUG = false
ifeq ($(strip $(DEBUG)),true)
- CFLAGS += -g -DDEBUG -fmudflap
- LDFLAGS += -lmudflap
+ CFLAGS += -g -DDEBUG
+ LDFLAGS +=
endif
all: inotail