mirror of
https://github.com/nigels-com/glew.git
synced 2025-01-18 18:45:54 +00:00
Clarify that Makefile STRIP= does not affect install step, which always strips
This commit is contained in:
parent
bbb23c534a
commit
1ab282a9d3
3
Makefile
3
Makefile
@ -58,9 +58,10 @@ DIST_WIN32 ?= $(shell pwd)/$(DIST_NAME)-win32.zip
|
||||
|
||||
DIST_DIR := $(shell mktemp -d /tmp/glew.XXXXXX)/$(DIST_NAME)
|
||||
|
||||
# To disable stripping of binaries either:
|
||||
# To disable stripping of linked binaries either:
|
||||
# - use STRIP= on gmake command-line
|
||||
# - edit this makefile to set STRIP to the empty string
|
||||
# (Note: STRIP does not affect the strip in the install step)
|
||||
#
|
||||
# To disable symlinks:
|
||||
# - use LN= on gmake command-line
|
||||
|
Loading…
Reference in New Issue
Block a user