mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix Makefile fuckery.
git-svn-id: https://svn.eduke32.com/eduke32@3728 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d5a1f0a0d4
commit
c2a5b60a14
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ PROFILER?=0
|
|||
MUDFLAP?=0
|
||||
|
||||
# Select the default optimization level for release and debug builds.
|
||||
ifeq ($RELEASE,0)
|
||||
ifeq ($(RELEASE),0)
|
||||
OPTLEVEL?=0
|
||||
else
|
||||
OPTLEVEL?=2
|
||||
|
|
Loading…
Reference in a new issue