Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/cvc/files/patch-src_Makefile.am
16461 views
--- 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