File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
cd src/api/python
44
44
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CXXFLAG="${CXXFLAGS}" ~/env/bin/pyodide build --exports whole_archive
45
45
env :
46
- CFLAGS : " -fexceptions -s DISABLE_EXCEPTION_CATCHING=0 -g2 -s SAFE_HEAP=0 -s PTHREAD_POOL_SIZE=0 -s PTHREAD_POOL_SIZE_STRICT=0 "
46
+ CFLAGS : " -fexceptions -s DISABLE_EXCEPTION_CATCHING=0 -g2"
47
47
LDFLAGS : " -fexceptions -s WASM_BIGINT"
48
48
CXXFLAGS : " -fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
49
49
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def _configure_z3():
135
135
cmake_options = {
136
136
# Config Options
137
137
'Z3_SINGLE_THREADED' : IS_SINGLE_THREADED , # avoid solving features that use threads
138
- 'Z3_POLING_TIMER ' : IS_SINGLE_THREADED , # avoid using timer threads
138
+ 'Z3_POLLING_TIMER ' : IS_SINGLE_THREADED , # avoid using timer threads
139
139
'Z3_BUILD_PYTHON_BINDINGS' : True ,
140
140
# Build Options
141
141
'CMAKE_BUILD_TYPE' : 'Release' ,
You can’t perform that action at this time.
0 commit comments