]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
outline pointed-at block
[blank.git] / Makefile
index 346b8490d16f37e1faa0fb4b1723e9cfe814e430..20b02e9a8f2e025aaacba01869174ad369be1a38 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,12 @@ CXXFLAGS += -Wall
 LDXXFLAGS ?=
 LDXXFLAGS += $(PKGLIBS)
 
+# debug
+CXXFLAGS += -g3 -O0
+
+# release
+#CPPFLAGS += -DNDEBUG
+
 SRC = $(wildcard src/*.cpp)
 OBJ = $(SRC:.cpp=.o)
 DEP = $(SRC:.cpp=.d)