diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ LN = ln -s # You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, -DHAVE_TEE, # and -DHAVE_SENDFILE from CPPFLAGS if you are not using Linux. -CFLAGS = -std=c11 -Wall -pedantic -O2 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE \ -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL -DHAVE_TEE -DHAVE_SENDFILE +CFLAGS = -std=c11 -Wall -pedantic -O2 $(CPPFLAGS) LDFLAGS = -lm -s |
