mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-27 04:21:42 +00:00
Hopefully fix Makefile bug
This commit is contained in:
parent
8c8b7e91a3
commit
ade98b3c6f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -990,7 +990,7 @@ endif
|
|||
IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(DEBUG)),0)
|
||||
ifeq ($(IS_DEV_OR_DEBUG),0)
|
||||
CFLAGS += -fno-ident -fno-common -fno-asynchronous-unwind-tables -ffile-prefix-map=$(PWD)=. -D__DATE__="\"\"" -D__TIME__="\"\"" -Wno-builtin-macro-redefined
|
||||
LDFLAGS += -Wl,--build-id=none -Wl,--no-randomize-sections
|
||||
LDFLAGS += -Wl,--build-id=none
|
||||
endif
|
||||
|
||||
# Prevent a crash with -sopt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue