Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/biology/freebayes/files/patch-vcflib_Makefile
16135 views
--- vcflib/Makefile.orig	2018-03-23 18:36:07 UTC
+++ vcflib/Makefile
@@ -136,8 +136,8 @@ all: $(OBJECTS) $(BINS)
 
 GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)
 
-CXX = g++
-CXXFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -std=c++0x 
+CXX ?= g++
+CXXFLAGS += -D_FILE_OFFSET_BITS=64 -std=c++0x 
 #CXXFLAGS = -O2
 #CXXFLAGS = -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual