~peter-gjoel/verifydtapn/PTrieWorkflow

« back to all changes in this revision

Viewing changes to makefile.osx64

  • Committer: Jiri Srba
  • Date: 2015-05-27 12:24:10 UTC
  • Revision ID: srba.jiri@gmail.com-20150527122410-z2fm4ahkwvd2q6hx
updated makefiles for OSX for compatibility from MAC OSX 10.9 and up;
README updated

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
 
COMMONFLAGS             = -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -O3 -Wall -mtune=core2 -mmacosx-version-min=10.6 -m64
 
11
COMMONFLAGS             = -DBOOST_DISABLE_THREADS -DNDEBUG -DDISABLE_ASSERTX -O3 -Wall -mtune=core2 -mmacosx-version-min=10.9 -m64
12
12
CFLAGS                  = $(COMMONFLAGS) -I. -I -I/usr/local/include -I/opt/local/include -I 
13
13
LDFLAGS                 = $(COMMONFLAGS) -lstdc++ 
14
14