mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
macos fixes (#626)
This commit is contained in:
parent
5598faf7e3
commit
cddf78cf12
1 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1003,8 +1003,10 @@ endif
|
|||
IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(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
|
||||
ifeq ($(OSX_BUILD),0)
|
||||
LDFLAGS += -Wl,--build-id=none
|
||||
endif
|
||||
endif
|
||||
|
||||
# Prevent a crash with -sopt
|
||||
export LANG := C
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue