You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
allow a vector for debug stacktrace to be turned off in the makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -766,7 +766,7 @@ $(BUILD_DIR)/rsp/%.bin $(BUILD_DIR)/rsp/%_data.bin: rsp/%.s
|
|||||||
# Run linker script through the C preprocessor
|
# Run linker script through the C preprocessor
|
||||||
$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(BUILD_DIR)/goddard.txt
|
$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(BUILD_DIR)/goddard.txt
|
||||||
$(call print,Preprocessing linker script:,$<,$@)
|
$(call print,Preprocessing linker script:,$<,$@)
|
||||||
$(V)$(CPP) $(CPPFLAGS) -DBUILD_DIR=$(BUILD_DIR) -MMD -MP -MT $@ -MF $@.d -o $@ $<
|
$(V)$(CPP) $(CPPFLAGS) -DBUILD_DIR=$(BUILD_DIR) -D DEBUG_MAP_STACKTRACE -MMD -MP -MT $@ -MF $@.d -o $@ $<
|
||||||
|
|
||||||
# Link libgoddard
|
# Link libgoddard
|
||||||
$(BUILD_DIR)/libgoddard.a: $(GODDARD_O_FILES)
|
$(BUILD_DIR)/libgoddard.a: $(GODDARD_O_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user