summaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-27 17:43:35 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-08-27 21:57:49 +0300
commit42baa6cf43ab1da79887e74b9ad71379c13094f9 (patch)
tree204b606dcc34b8b94ff35c48e3a8edc169bb3dcf /build_test.mk
parent7eefb34e7c4f162b9568ff880d0e4e5214e1b9c9 (diff)
Disable map file creation when building tests
It causes strange linker warnings on cygwin.
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk
index 9f5d6e0af2..ee15a45726 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -31,6 +31,7 @@ $(GTEST_OUTPUT)_DEFS :=
$(GTEST_OUTPUT)_INC := $(GTEST_INC) $(GTEST_INTERNAL_INC)
LDFLAGS += -lstdc++ -lpthread -shared-libgcc
+CREATE_MAP := no
VPATH +=\
$(LIB_PATH)/googletest\