aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-28 17:38:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-28 17:38:17 -0400
commita64e20d456de4bdb4e057d41491c3184a6cf9b74 (patch)
treee0f13e1355e86f5b0dcf86549ec7d66a3cc8ec15
parente07f3c9f353027b4779a4364908d1e23db6afe7f (diff)
Remove open source version stuff
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2926f455..2ff78da5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX=$(HOME)/.local
VERSION=0.0.1
CC=cc
-CCONFIG=-std=c2x -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -I/usr/local/include \
+CCONFIG=-std=c2x -fPIC -I/usr/local/include \
-fno-signed-zeros -fno-finite-math-only -fno-trapping-math \
-fvisibility=hidden -fdollars-in-identifiers \
-DGC_THREADS