From 2b9599035cf2da613869a4db10ac236a49fc5e4c Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 9 Mar 2023 18:17:37 -0400 Subject: 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. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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))) -- cgit v1.2.3-13-gbd6f