Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
f6bd1dab
Commit
f6bd1dab
authored
Jul 13, 2014
by
Nigel Stewart
Browse files
GLEW Patch #65 - Makefile: let "make glew.lib debug" actually build with debug
parent
f76628b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f6bd1dab
...
...
@@ -70,7 +70,7 @@ STRIP ?= strip
RM
?=
rm
-f
LN
?=
ln
-sf
ifeq
($(MAKECMDGOALS)
, debug
)
if
n
eq
(
,$(filter debug,
$(MAKECMDGOALS)
)
)
OPT
=
-g
else
OPT
=
$(POPT)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment