summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-11-19 13:25:10 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-11-19 13:25:10 +0200
commita91a0f286e178186057050b7c98ae68449855c76 (patch)
treec58e931012613585a2d353807463c39cbae12426
parent5568b3760eb518f4ab727dec66d5a528d6f919ac (diff)
disable VERBOSE_FUNCTIONS by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1b5820..39903f2 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ WARNINGS := -Wall -Wextra -Wpedantic -Wformat=2 -Wstrict-aliasing=3 -Wstrict-ove
override CFLAGS ?= -g
override CFLAGS += -std=c11 $(WARNINGS)
-override CPPFLAGS += -Isrc -DANDROID_X86_LINKER -DVERBOSE_FUNCTIONS
+override CPPFLAGS += -Isrc -DANDROID_X86_LINKER # -DVERBOSE_FUNCTIONS
bins = andre
all: $(bins)