ports/cad/cvc/files/patch-src_Makefile.am
2021-12-28 23:37:20 -08:00

11 lines
377 B
Text

--- src/Makefile.am.orig 2021-12-29 05:59:48 UTC
+++ src/Makefile.am
@@ -1,6 +1,6 @@
# what flags you want to pass to the C compiler & linker
-CFLAGS = -O3
-CXXFLAGS = -O3 -std=gnu++11
+#CFLAGS = -O3
+CXXFLAGS += -std=gnu++11
#LIBS = -lz -lreadline -lcurses -lhistory -lintl
LIBS = -lz -lreadline -lcurses -lhistory $(INTLLIBS)
LDFLAGS = -static-libstdc++ -static-libgcc