diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 13:02:30 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 13:02:30 -0400 |
| commit | 2f4f4272b562692b33275f83b0133ee7785fe0cf (patch) | |
| tree | d3fbf64b99b3a2a0acc1a77c93c2102ecf9df4ae /arm9/Makefile | |
| parent | c5eaa949e1e1d9f0448b2f2e22c486651900cff5 (diff) | |
Remove -nodead from ld flags
Diffstat (limited to 'arm9/Makefile')
| -rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index ed96deee..f81930fb 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -112,7 +112,7 @@ ASM_PROCESSOR := $(ASM_PROCESSOR_DIR)/compile.sh ASFLAGS = -proc arm5te -i ../include -i .. -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CFLAGS = -O4,p -gccext,on -proc arm946e -ipa file -fp soft -lang c99 -Cpp_exceptions off $(foreach dir,$(INCLUDE_DIRS),-i $(dir)) $(foreach dir,$(INCLUDE_RECURSIVE_DIRS),-ir $(dir)) -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CXXFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off $(foreach dir,$(INCLUDE_DIRS),-i $(dir)) $(foreach dir,$(INCLUDE_RECURSIVE_DIRS),-ir $(dir)) -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) -LDFLAGS = -nodead -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start +LDFLAGS = -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start LIBS := -Llib -lsyscall ARFLAGS = rcS STATIC_LIBS := $(addprefix $(BUILD_DIR)/lib/,libsyscall.a) |
