Skip to content

Commit

Permalink
* Makefile.osx : exchange options
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen committed Dec 13, 2014
1 parent aa0cb6b commit 8a43e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.osx
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8a43e07

Please sign in to comment.