Commit bf42f8df authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

config.mk: Use -O0 for debug builds

parent 4c8120cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ else
endif

ifeq (${debug},1)
	CFLAGS += -DDEBUG
	CFLAGS += -DDEBUG -O0
	MAN_DEBUG = . This is a debug build.
else
	MAN_DEBUG =