Skip to content

Commit 8965123

Browse files
fix type in setup.py
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 10d9c81 commit 8965123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _configure_z3():
139139
'CMAKE_BUILD_TYPE' : 'Release',
140140
'Z3_BUILD_EXECUTABLE' : True,
141141
'Z3_BUILD_LIBZ3_SHARED' : True,
142-
'Z3_LINK_TIME_OPTIMIZATION' : ENABLELTO,
142+
'Z3_LINK_TIME_OPTIMIZATION' : ENABLE_LTO,
143143
'WARNINGS_AS_ERRORS' : 'SERIOUS_ONLY',
144144
# Disable Unwanted Options
145145
'Z3_USE_LIB_GMP' : False, # Is default false in python build

0 commit comments

Comments
 (0)