feat: Strip debug to further decrease bundle size
This commit is contained in:
parent
333597d8dd
commit
412bed9894
1
warp4j
1
warp4j
@ -540,6 +540,7 @@ function create_optimized_runtime() {
|
|||||||
$JLINK \
|
$JLINK \
|
||||||
--no-header-files \
|
--no-header-files \
|
||||||
--no-man-pages \
|
--no-man-pages \
|
||||||
|
--strip-debug \
|
||||||
--module-path $jmods \
|
--module-path $jmods \
|
||||||
--add-modules $MODULES \
|
--add-modules $MODULES \
|
||||||
--output $BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR
|
--output $BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user