aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-30 21:18:39 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-30 21:18:39 -0800
commit323da51fb7b4960bc0ef4f086f057ae702864d23 (patch)
treecf4d7eda5401aef5745e1164b3c7771c8b61a265
parentff2ef9504159665c30b16b398f1e755665353bc3 (diff)
Bumped XOPEN_SOURCE number
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39d15de..e7cf01c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME=bp
CC ?= gcc
PREFIX=/usr/local
-CFLAGS=-std=c99 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L
+CFLAGS=-std=c99 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L
CWARN=-Wall -Wpedantic -Wextra -Wno-unknown-pragmas -Wno-missing-field-initializers\
-Wno-padded -Wsign-conversion -Wno-missing-noreturn -Wno-cast-qual -Wtype-limits
G ?=