mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
fix makefile
This commit is contained in:
parent
a1746ab9cf
commit
404614cfea
1 changed files with 4 additions and 5 deletions
9
Makefile
9
Makefile
|
|
@ -988,11 +988,10 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(DEBUG)),0)
|
IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(DEBUG)),0)
|
||||||
# causes a lot of issues
|
ifeq ($(IS_DEV_OR_DEBUG),0)
|
||||||
# ifeq ($(IS_DEV_OR_DEBUG),0)
|
CFLAGS += -fno-ident -fno-common -ffile-prefix-map=$(PWD)=. -D__DATE__="\"\"" -D__TIME__="\"\"" -Wno-builtin-macro-redefined
|
||||||
# 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
|
||||||
# LDFLAGS += -Wl,--build-id=none
|
endif
|
||||||
# endif
|
|
||||||
|
|
||||||
# Prevent a crash with -sopt
|
# Prevent a crash with -sopt
|
||||||
export LANG := C
|
export LANG := C
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue