Skip to content

Commit

Permalink
remove explicit option for shared build, set to Release mode. .so art…
Browse files Browse the repository at this point in the history
…ifacts take 800MB in distribution

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 1, 2024
1 parent ec6640d commit ca0e9a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stages:
mkdir $(arch)
cd $(arch)
$(buildenv) cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DCMAKE_BUILD_TYPE=Release\
-DCMAKE_CXX_COMPILER=$(compiler)\
-DZ3_BUILD_DOTNET_BINDINGS=ON\
-DZ3_INSTALL_DOTNET_BINDINGS=ON \
Expand All @@ -84,7 +84,6 @@ stages:
-DZ3_BUILD_PYTHON_BINDINGS=ON\
-DZ3_INSTALL_PYTHON_BINDINGS=ON\
-DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python\
-DZ3_BUILD_LIBZ3_SHARED=ON\
-DCMAKE_INSTALL_PREFIX=$(name)\
-G "Ninja" ../
ninja install
Expand Down

0 comments on commit ca0e9a1

Please sign in to comment.