We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a3a38 commit 3c51ac8Copy full SHA for 3c51ac8
1 file changed
stacks/java/make.sh
@@ -33,6 +33,9 @@ else
33
install-packages openjdk-17-jdk
34
fi
35
36
+# To enable core dumping
37
+ulimit -c unlimited
38
+
39
bash configure \
40
--with-toolchain-type=clang \
41
--with-jvm-variants=server \
@@ -41,7 +44,7 @@ bash configure \
44
--with-version-pre="drycc" \
42
45
--with-version-opt="" \
43
46
--with-vendor-version-string="$(date '+%Y%m%d%H%M%S')" \
- -with-native-debug-symbols=external \
47
+ --with-native-debug-symbols=external \
48
--disable-warnings-as-errors
49
make
50
cp -rf build/linux-*-server-release/jdk/* "${DATA_DIR}"
0 commit comments