summaryrefslogtreecommitdiff
path: root/cad/cvc/files/patch-src_Makefile.am
blob: d07dbacaf66ba36ad150a2e665ea8dceeb8723c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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