mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
BUILD_TYPE_DEBUG ?= 1
modified: Makefile
This commit is contained in:
parent
0db82e09e9
commit
a807b88694
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
# build configuration options for this Makefile
|
||||
BUILD_TYPE_DEBUG ?= 0
|
||||
BUILD_TYPE_DEBUG ?= 1
|
||||
BUILD_TYPE_SANITIZE ?= 0
|
||||
BUILD_USE_DEPEND ?= 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user