Update build.sh

limit number of schema variants
This commit is contained in:
Kristoffer Andersen
2023-08-11 08:22:52 +02:00
parent 9cb3ce1f9a
commit cf8945ec2c
+1 -2
View File
@@ -14,9 +14,8 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
fi
export SCHEMA_VERSIONS="2x3;4;4x3;4x3_add1"
cmake -G Ninja \
-DSCHEMA_VERSIONS="2x3;4;4x1;4x3;4x3_add1" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
${CMAKE_PLATFORM_FLAGS[@]} \