forked from mirrors/qmk_userspace
Disable map file creation when building tests
It causes strange linker warnings on cygwin.
This commit is contained in:
parent
7eefb34e7c
commit
42baa6cf43
2 changed files with 6 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue