Fix Makefile fuckery.

git-svn-id: https://svn.eduke32.com/eduke32@3728 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2013-05-06 03:12:29 +00:00
parent d5a1f0a0d4
commit c2a5b60a14
1 changed files with 1 additions and 1 deletions

View File

@ -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