GLEW Patch #65 - Makefile: let "make glew.lib debug" actually build with debug

This commit is contained in:
Nigel Stewart 2014-07-13 23:44:54 +10:00
parent f76628b5bd
commit f6bd1dab39
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ STRIP ?= strip
RM ?= rm -f
LN ?= ln -sf
ifeq ($(MAKECMDGOALS), debug)
ifneq (,$(filter debug,$(MAKECMDGOALS)))
OPT = -g
else
OPT = $(POPT)