diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
| commit | cfe28eb7eda17e4a604749fe2f027153a2ac5b6e (patch) | |
| tree | 5da61d886606c84c039b4e095ab6a295861f4605 /Makefile | |
| parent | 3f0e7a64b91958f951c4e94bbd5b4363a8faa553 (diff) | |
| download | netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.zip netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.gz netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.bz2 netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.xz | |
things
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ INCLUDES = -I src/ -I export/include/ WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing OPTFLAGS = -O2 -DEBUGFLAGS = -g +DEBUGFLAGS = -g -fstack-protector -D_FORTIFY_SOURCE=2 CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES) |