~verifydtapn-contributers/verifydtapn/trunk

« back to all changes in this revision

Viewing changes to makefile.linux64

  • Committer: Jiri Srba
  • Date: 2015-08-31 12:39:10 UTC
  • mfrom: (324.3.24 PTrieWorkflow)
  • Revision ID: srba@cs.aau.dk-20150831123910-qwr9g6pq7zntajhe
merged in a big branch implementing PTrie for workflow analysis

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
CUT                             = cut
9
9
 
10
10
# Compiler and linker flags
11
 
CFLAGS                  = -fpermissive -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -static -O3 -Wall -mtune=core2
 
11
CFLAGS                  =  -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -static -O3 -Wall -mtune=core2
12
12
 
13
 
LDFLAGS                 = -fpermissive -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -static -O3 -Wall -mtune=core2
 
13
LDFLAGS                 = -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -static -O3 -Wall -mtune=core2
14
14
 
15
15
# Input files
16
16
SOURCES                 = $(shell find * -name "*.cpp")