diff options
| author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-19 13:25:10 +0200 | 
|---|---|---|
| committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-19 13:25:10 +0200 | 
| commit | a91a0f286e178186057050b7c98ae68449855c76 (patch) | |
| tree | c58e931012613585a2d353807463c39cbae12426 | |
| parent | 5568b3760eb518f4ab727dec66d5a528d6f919ac (diff) | |
disable VERBOSE_FUNCTIONS by default
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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)  | 
