diff options
| author | J08nY | 2017-04-11 00:52:41 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-11 00:52:41 +0200 |
| commit | 7023180eff5457d23556833e52a3b40c1ec94cc4 (patch) | |
| tree | 081ddb363d89b1c4b1475887b8f69f76c3c4d332 /src/Makefile | |
| parent | 2cf2eec873cb11f2f0767aac41da0f56dbd27cb9 (diff) | |
| download | ecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.tar.gz ecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.tar.zst ecgen-7023180eff5457d23556833e52a3b40c1ec94cc4.zip | |
Add basic tests
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 |
