* Makefile.osx : exchange options

This commit is contained in:
hagen 2014-12-12 08:02:58 +00:00
parent aa0cb6b2c4
commit 8a43e070d8

View File

@ -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