This commit is contained in:
Eelco Dolstra 2014-12-10 13:01:28 +01:00
parent 938454d8f3
commit 36c6786036
1 changed files with 0 additions and 9 deletions

9
lib.mk
View File

@ -62,15 +62,6 @@ ifeq ($(BUILD_SHARED_LIBS), 1)
SET_RPATH_TO_LIBS ?= 1
endif
# On MacOS X, some boost libraries have an -mt suffix
ifeq ($(OS), Darwin)
ifndef NIX_STORE
BOOST_SUFFIX = -mt
endif
endif
# Pass -g if we want debug info.
BUILD_DEBUG ?= 1