Update Makefile's default compile flags
This commit is contained in:
parent
11b1c534c9
commit
6558a8f43d
12
Makefile
12
Makefile
|
@ -34,12 +34,12 @@ OSX_BUILD ?= 0
|
|||
TARGET_ARCH ?= native
|
||||
TARGET_BITS ?= 0
|
||||
|
||||
# Disable immediate load by default
|
||||
IMMEDIATELOAD ?= 0
|
||||
# Disable better camera by default
|
||||
BETTERCAMERA ?= 0
|
||||
# Disable no drawing distance by default
|
||||
NODRAWINGDISTANCE ?= 0
|
||||
# Enable immediate load by default
|
||||
IMMEDIATELOAD ?= 1
|
||||
# Enable better camera by default
|
||||
BETTERCAMERA ?= 1
|
||||
# Enable no drawing distance by default
|
||||
NODRAWINGDISTANCE ?= 1
|
||||
# Disable texture fixes by default (helps with them purists)
|
||||
TEXTURE_FIX ?= 0
|
||||
# Enable extended options menu by default
|
||||
|
|
Loading…
Reference in New Issue