commit ce00cc0b8b8192d186379a750562ccdf8af26a32 parent 134b03340534cd21621e6dd201081413155a26a4 Author: sin <sin@2f30.org> Date: Tue, 22 Mar 2016 15:36:28 +0000 remove extra config stuff Diffstat:
M | config.mk | | | 11 | +---------- |
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/config.mk b/config.mk @@ -9,20 +9,11 @@ CC = cc AR = ar RANLIB = ranlib -# debug -#CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic -#LDFLAGS = -lcrypto +CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -# optimized CFLAGS = -O2 -std=c99 LDFLAGS = -lcrypto -s # linux #CFLAGS = -O2 -std=c99 #LDFLAGS = -lcrypto -lbsd -s - -# optimized static -#CFLAGS = -static -O2 -std=c99 -#LDFLAGS = -lcrypto -static -s - -CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE