feat: Strip debug to further decrease bundle size

This commit is contained in:
Serge Guzik 2019-02-13 13:10:40 +02:00
parent 333597d8dd
commit 412bed9894

1
warp4j
View File

@ -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