Skip to content

Commit

Permalink
Build wheels without the asserts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni authored Apr 17, 2020
1 parent 31862e1 commit 8febb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -x
# Compile C++ code
cd /io/build
cmake ..
make
make -DNDEBUG

# Compile wheels
for PYBIN in /opt/python/*/bin; do
Expand Down

0 comments on commit 8febb8e

Please sign in to comment.