You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-07-10 12:18:44 -07:00
Change build type
This commit is contained in:
+1
-1
@@ -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