aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-01 15:49:22 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-01 15:49:22 -0400
commitbd2c4773e96a2d4a4754688a855f2edc5363c26e (patch)
tree7246748bd37204d961ec9c128cda4a93a4363b6d
parent362b8b813352203c612375a03aee52856f01199d (diff)
Fix compiler flag
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 8edaebc6..761089b9 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -73,7 +73,7 @@ static OptionalText_t
cflags = Text("-Werror -fdollars-in-identifiers -std=c2x -Wno-trigraphs "
" -ffunction-sections -fdata-sections"
" -fno-signed-zeros -fno-finite-math-only "
- " -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb"
+ " -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb"
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
" -D_BSD_SOURCE"
#endif