mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
Change build type
This commit is contained in:
@@ -35,7 +35,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cmake "$REPO_ROOT" "${EXTRA_CMAKE_ARGS[@]}"
|
||||
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo "${EXTRA_CMAKE_ARGS[@]}"
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user