diff options
author | katherine <k@airen-no-jikken.icu> | 2019-05-29 16:36:39 -0700 |
---|---|---|
committer | katherine <k@airen-no-jikken.icu> | 2019-05-29 16:36:39 -0700 |
commit | ea615e59178d76f887bc8e36cb8063095da20731 (patch) | |
tree | 73348389100ae321bf4829097149a95a20bed0d1 /Makefile | |
parent | ff20595ff134655440d378889591389e2df04af6 (diff) | |
download | confconf-ea615e59178d76f887bc8e36cb8063095da20731.tar.gz |
drop -Wall from release
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ .SUFFIXES: CC = cc -CFLAGS = -Wall -O2 +CFLAGS = -O2 CFLAGSDEBUG = -std=c99 -Wall -pedantic -ggdb3 -O0 -DDEBUG PREFIX = /usr/local |