mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
attempt to speedup compilations
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8286 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
0b6695be8f
commit
63ced92fda
@ -2,7 +2,7 @@ CPPFLAGS =
|
||||
CPPUNIT = /z/parkplace/home/charlton
|
||||
CXX = g++
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
|
||||
CXXFLAGS = -g -O2 -Wall
|
||||
CXXFLAGS = -g -O2 -Wall -fno-var-tracking-assignments
|
||||
CXXLINK = $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
|
||||
DEFS = -DNDEBUG -DSWIG_SHARED_OBJ -DPHREEQC_CPP -DPHREEQC_CLASS -DUSE_PHRQ_ALLOC -DCPPUNIT
|
||||
DEPDIR = .deps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user