Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-02-18 18:20:01 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-02-18 18:20:01 +1100
commit30e1871d3f44629e00a1f66d8164e3e62c7f889f (patch)
tree42c7d6481535582da7ca02cd24f23f7e85e0e2fb /scripts
parentf96664b29af6d12a92e309e4be558e45e24015df (diff)
switch build type on old build scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux/setup.sh2
-rw-r--r--scripts/osx/setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/linux/setup.sh b/scripts/linux/setup.sh
index d40b92d..d71869f 100755
--- a/scripts/linux/setup.sh
+++ b/scripts/linux/setup.sh
@@ -16,7 +16,7 @@ LINUX_LIB_DIR=../lib/linux
cmake \
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
- -DCMAKE_BUILD_TYPE=RelWithAsserts \
+ -DCMAKE_BUILD_TYPE=Release \
-DSTAR_USE_JEMALLOC=ON \
-DCMAKE_INCLUDE_PATH=$LINUX_LIB_DIR/include \
-DCMAKE_LIBRARY_PATH=$LINUX_LIB_DIR/ \
diff --git a/scripts/osx/setup.sh b/scripts/osx/setup.sh
index 7144ac0..6b9658c 100644
--- a/scripts/osx/setup.sh
+++ b/scripts/osx/setup.sh
@@ -21,7 +21,7 @@ fi
CC=clang CXX=clang++ cmake \
-DCMAKE_EXPORT_COMPILE_COMMANDS=true \
- -DCMAKE_BUILD_TYPE=RelWithAsserts \
+ -DCMAKE_BUILD_TYPE=Release \
-DSTAR_BUILD_QT_TOOLS=$BUILD_QT_TOOLS \
-DSTAR_USE_JEMALLOC=ON \
-DCMAKE_INCLUDE_PATH=../lib/osx/include \