diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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))) |