aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-04-11 00:52:41 +0200
committerJ08nY2017-04-11 00:52:41 +0200
commit7023180eff5457d23556833e52a3b40c1ec94cc4 (patch)
tree081ddb363d89b1c4b1475887b8f69f76c3c4d332 /src/Makefile
parent2cf2eec873cb11f2f0767aac41da0f56dbd27cb9 (diff)
downloadecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.tar.gz
ecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.tar.zst
ecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.zip
Add basic tests
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4acb340..f57a828 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@
CC ?= gcc
CFLAGS = -Wall
-DEBUG ?= 1
+DEBUG ?= 0
ifeq ($(DEBUG), 1)
CFLAGS += -DDEBUG -g -Werror -pedantic
else