Remove open source version stuff
This commit is contained in:
parent
e07f3c9f35
commit
a64e20d456
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
PREFIX=$(HOME)/.local
|
PREFIX=$(HOME)/.local
|
||||||
VERSION=0.0.1
|
VERSION=0.0.1
|
||||||
CC=cc
|
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 \
|
-fno-signed-zeros -fno-finite-math-only -fno-trapping-math \
|
||||||
-fvisibility=hidden -fdollars-in-identifiers \
|
-fvisibility=hidden -fdollars-in-identifiers \
|
||||||
-DGC_THREADS
|
-DGC_THREADS
|
||||||
|
Loading…
Reference in New Issue
Block a user