Skip to content

Commit 317a961

Browse files
committed
small changes to reinstall.sh
1 parent fea68bd commit 317a961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quaddtype/reinstall.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -d "build/" ]; then
88
rm -rf subprojects/sleef
99
fi
1010

11-
export CFLAGS="-g -O0"
12-
export CXXFLAGS="-g -O0"
11+
# export CFLAGS="-g -O0"
12+
# export CXXFLAGS="-g -O0"
1313
python -m pip uninstall -y numpy_quaddtype
14-
python -m pip install . -v
14+
python -m pip install . -v --no-build-isolation 2>&1 | tee build_log.txt

0 commit comments

Comments
 (0)