Browse Source

* Makefile.osx : exchange options

pull/117/head
hagen 10 years ago
parent
commit
8a43e070d8
  1. 4
      Makefile.osx

4
Makefile.osx vendored

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
CXX = clang++
CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -I/usr/local/include
INCFLAGS = -DCRYPTOPP_DISABLE_ASM
CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -DCRYPTOPP_DISABLE_ASM
INCFLAGS = -I/usr/local/include
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread

Loading…
Cancel
Save