Disable map file creation when building tests

It causes strange linker warnings on cygwin.
This commit is contained in:
Fred Sundvik 2016-08-27 17:43:35 +03:00
parent 7eefb34e7c
commit 42baa6cf43
2 changed files with 6 additions and 1 deletions

View file

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