summaryrefslogtreecommitdiff
path: root/math/glucose/files/patch-mtl_template.mk
blob: dea1a4e1981d499e789e7055e12784a3cfe1175c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mtl/template.mk.orig	2018-02-03 20:34:58 UTC
+++ mtl/template.mk
@@ -18,8 +18,8 @@ DCOBJS     = $(addsuffix d,  $(COBJS))
 RCOBJS     = $(addsuffix r,  $(COBJS))
 
 CXX       ?= g++
-CFLAGS    ?= -Wall -Wno-parentheses -std=c++11
-LFLAGS    ?= -Wall -lpthread 
+CFLAGS    += -Wall -Wno-parentheses -std=c++11
+LFLAGS    += -Wall -lpthread 
 
 COPTIMIZE ?= -O3