Skip to content

Commit 6147d24

Browse files
committed
reverting to no wrap flags for the linker.
1 parent e6259e1 commit 6147d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_testing.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ BT_WRAP_FLAGS := $(foreach S,$(BT_WRAPPED_SYMBOLS),-Wl,--wrap=$(S))
191191
# we must assume there are some C++ sources, so we must link with $(CXX)
192192
#
193193
$(TESTS_DIR)/%: $(TESTS_DIR)/%.o $(OBJECTS)
194-
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(BT_WRAP_FLAGS) $(TESTS_DIR)/$*.o $(OBJECTS) -o $@
194+
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(TESTS_DIR)/$*.o $(OBJECTS) -o $@
195195

196196
.PHONY: check-bin
197197
check-bin: $(TESTS_BIN)

0 commit comments

Comments
 (0)