1
0
mirror of https://github.com/nigels-com/glew.git synced 2025-04-17 06:12:05 +00:00

GLEW Patch - 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

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)