diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 21:59:59 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 21:59:59 +1300 |
commit | 499b193530a8e89223537e7da226fd5b77c04ca6 (patch) | |
tree | 2c5e106433869337bd117f1ae657d44ac263eafb /Makefile | |
parent | b6a3052c3ebde6114ec6166971b3072460c44814 (diff) | |
download | hence-499b193530a8e89223537e7da226fd5b77c04ca6.tar.xz |
Massive parser clamp-down
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -Wall -Wextra +CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -Wall -Wextra all: simulator |