From d0866876e155e3c8a5ce250b96f5d99e31668bf7 Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Fri, 17 Apr 2020 21:26:40 +0200 Subject: [PATCH] Fixed the syntax. --- python/build-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build-wheels.sh b/python/build-wheels.sh index adf46c1995..8f1094265d 100644 --- a/python/build-wheels.sh +++ b/python/build-wheels.sh @@ -4,7 +4,7 @@ set -e -x # Compile C++ code cd /io/build cmake .. -make -DNDEBUG +make CFLAGS="-DNDEBUG" CXXFLAGS="-DNDEBUG" # Compile wheels for PYBIN in /opt/python/*/bin; do