diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 17:38:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 17:38:17 -0400 |
| commit | a64e20d456de4bdb4e057d41491c3184a6cf9b74 (patch) | |
| tree | e0f13e1355e86f5b0dcf86549ec7d66a3cc8ec15 | |
| parent | e07f3c9f353027b4779a4364908d1e23db6afe7f (diff) | |
Remove open source version stuff
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
