summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-09 18:17:37 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-09 18:17:37 -0400
commit2b9599035cf2da613869a4db10ac236a49fc5e4c (patch)
treedcaa0fc0eb2f71305bd37ad56cb799b541ece592 /Makefile
parentdacfbade1476d79bf7484b8817592d61ba62ee2f (diff)
global: Compile the entire codebase with `-sym on`
Just like with `-inline none`, I'm starting to realize more, and more that they built it with `-sym on` too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd839a4..c5cde09 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,9 @@ include obj_files.mk
# This is a hack, and should be removed once we make separate repos for
# all the support libraries (such as the Dolphin SDK, MSL, and MetroTRK).
-$(BUILD_DIR)/src/pso/%.o: DIR_UNIQUE_CFLAGS := -inline none
+$(BUILD_DIR)/src/pso/%.o: DIR_UNIQUE_CFLAGS := -inline none -sym on
# File specific flags.
-$(BUILD_DIR)/src/pso/TObject.o: FILE_UNIQUE_CFLAGS := -sym on
ALL_DIRS := $(sort $(dir $(O_FILES)))