mirror of
https://github.com/cemu-project/idapython.git
synced 2025-01-05 22:58:18 +01:00
minor mod: turned off build debug flag
This commit is contained in:
parent
bbf628d3a3
commit
3e9ea5f503
3
build.py
3
build.py
@ -399,8 +399,7 @@ def build_plugin(
|
|||||||
platform_macros.append("WITH_HEXRAYS")
|
platform_macros.append("WITH_HEXRAYS")
|
||||||
SWIG_OPTIONS += ' -DWITH_HEXRAYS '
|
SWIG_OPTIONS += ' -DWITH_HEXRAYS '
|
||||||
|
|
||||||
platform_macros.append("DEBUG")
|
platform_macros.append("NDEBUG")
|
||||||
# platform_macros.append("NDEBUG")
|
|
||||||
|
|
||||||
if not '--no-early-load' in sys.argv:
|
if not '--no-early-load' in sys.argv:
|
||||||
platform_macros.append("PLUGINFIX")
|
platform_macros.append("PLUGINFIX")
|
||||||
|
Loading…
Reference in New Issue
Block a user