Skip to content

Commit bbd7e5d

Browse files
committed
remove debug flag
1 parent d7a85ef commit bbd7e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# look for environment variable that specifies path to SCIP
55
scipoptdir = os.environ.get("SCIPOPTDIR", "").strip('"')
66

7-
extra_compile_args = ["-UNDEBUG"]
7+
extra_compile_args = []
88
extra_link_args = []
99

1010
# if SCIPOPTDIR is not set, we assume that SCIP is installed globally

0 commit comments

Comments
 (0)