mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Update Makefile's default compile flags
This commit is contained in:
parent
d070b9fb87
commit
2815f03adb
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
|
@ -34,12 +34,12 @@ OSX_BUILD ?= 0
|
||||||
TARGET_ARCH ?= native
|
TARGET_ARCH ?= native
|
||||||
TARGET_BITS ?= 0
|
TARGET_BITS ?= 0
|
||||||
|
|
||||||
# Disable immediate load by default
|
# Enable immediate load by default
|
||||||
IMMEDIATELOAD ?= 0
|
IMMEDIATELOAD ?= 1
|
||||||
# Disable better camera by default
|
# Enable better camera by default
|
||||||
BETTERCAMERA ?= 0
|
BETTERCAMERA ?= 1
|
||||||
# Disable no drawing distance by default
|
# Enable no drawing distance by default
|
||||||
NODRAWINGDISTANCE ?= 0
|
NODRAWINGDISTANCE ?= 1
|
||||||
# Disable texture fixes by default (helps with them purists)
|
# Disable texture fixes by default (helps with them purists)
|
||||||
TEXTURE_FIX ?= 0
|
TEXTURE_FIX ?= 0
|
||||||
# Enable extended options menu by default
|
# Enable extended options menu by default
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue