From a64e20d456de4bdb4e057d41491c3184a6cf9b74 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 28 Mar 2025 17:38:17 -0400 Subject: [PATCH] Remove open source version stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2926f45..2ff78da 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