commit e14f5927e5e5bc5d704fc507920786840e626b30 parent 0080b60f42d65dd8b742c95aee52bbafda1141a4 Author: sin <sin@2f30.org> Date: Tue, 22 Mar 2016 15:49:03 +0000 remove cppflags for openbsd Diffstat:
M | config.mk | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -12,7 +12,6 @@ RANLIB = ranlib # OpenBSD CFLAGS = -O2 -std=c99 LDFLAGS = -lcrypto -s -CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE # Linux #CFLAGS = -O2 -std=c99