Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 3e9ea5f

Browse files
author
elias.bachaalany@gmail.com
committed
minor mod: turned off build debug flag
1 parent bbf628d commit 3e9ea5f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,7 @@ def build_plugin(
399399
platform_macros.append("WITH_HEXRAYS")
400400
SWIG_OPTIONS += ' -DWITH_HEXRAYS '
401401

402-
platform_macros.append("DEBUG")
403-
# platform_macros.append("NDEBUG")
402+
platform_macros.append("NDEBUG")
404403

405404
if not '--no-early-load' in sys.argv:
406405
platform_macros.append("PLUGINFIX")

0 commit comments

Comments
 (0)