diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-18 18:20:01 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-18 18:20:01 +1100 |
commit | 30e1871d3f44629e00a1f66d8164e3e62c7f889f (patch) | |
tree | 42c7d6481535582da7ca02cd24f23f7e85e0e2fb /scripts/linux | |
parent | f96664b29af6d12a92e309e4be558e45e24015df (diff) |
switch build type on old build scripts
Diffstat (limited to 'scripts/linux')
-rwxr-xr-x | scripts/linux/setup.sh | 2 |
1 files changed, 1 insertions, 1 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/ \ |