Skip to content

Commit bd2a86d

Browse files
committed
Remove the deprecated -H:+StaticExecutableWithDynamicLibC
1 parent a3b9d77 commit bd2a86d

File tree

2 files changed

+0
-6
lines changed
  • native-image
    • clouds/native-oci-cloud-shell
    • microservices/micronaut-hello-rest-maven

2 files changed

+0
-6
lines changed

native-image/clouds/native-oci-cloud-shell/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@
8080
<!-- <quickBuild>true</quickBuild> -->
8181
<buildArgs>
8282
<buildArg>-H:+ReportExceptionStackTraces</buildArg>
83-
<!-- For mostly static native image (only on Linux AMD64 systems) -->
84-
<!-- <buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg> -->
85-
<!-- To generate the Native Image build output JSON -->
86-
<!-- <buildArg>-H:BuildOutputJSONFile=build.json</buildArg> -->
8783
</buildArgs>
8884
</configuration>
8985
</plugin>

native-image/microservices/micronaut-hello-rest-maven/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
<quickBuild>true</quickBuild>
120120
<buildArgs combine.children="append">
121121
<buildArg>-H:+ReportExceptionStackTraces</buildArg>
122-
<!-- For mostly static native image (only on Linux systems) -->
123-
<!-- <buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg> -->
124122
</buildArgs>
125123
</configuration>
126124
</plugin>

0 commit comments

Comments
 (0)