We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6683a17 commit 73e3041Copy full SHA for 73e3041
make/buildit_rules.mk
@@ -19,7 +19,7 @@ $(LIBRARY): $(LIBRARY_OBJS)
19
$(ARV) cr $(LIBRARY) $(LIBRARY_OBJS)
20
$(BUILD_DIR)/sample%: $(BUILD_DIR)/samples/sample%.o $(LIBRARY)
21
@mkdir -p $(@D)
22
- $(CXXV) -o $@ $< $(LINKER_FLAGS)
+ $(CXXLDV) -o $@ $< $(LINKER_FLAGS)
23
24
.PHONY: executables
25
executables: $(SAMPLES)
0 commit comments