Update build.sh

Reduce number of schema versions
This commit is contained in:
Kristoffer Andersen
2023-08-10 08:06:38 +02:00
parent 9adb4ac82b
commit e7ace4c0bd
+2
View File
@@ -14,6 +14,8 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
fi fi
export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1
cmake -G Ninja \ cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$PREFIX \ -DCMAKE_INSTALL_PREFIX=$PREFIX \