diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-01 15:52:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-01 15:52:14 -0400 |
| commit | 30b433ddcdcca0c0454ab98af5b1e22e5ce332c0 (patch) | |
| tree | 2b777ea1cc7995de1f3248382be63aed8b9dc9b3 | |
| parent | 6356b037e9d4e87537b57ba13e37919f9490af2e (diff) | |
Remove POSIX_C_SOURCE flag
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" + " -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -fPIC -ggdb" #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) " -D_BSD_SOURCE" #endif |
