We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71d33d commit dc1aeb4Copy full SHA for dc1aeb4
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/CCLinkerInvocation.java
@@ -273,7 +273,7 @@ private static class BinutilsCCLinkerInvocation extends CCLinkerInvocation {
273
additionalPreOptions.add("-Wl,--gc-sections");
274
}
275
276
- if (!imageKind.isExecutable) {
+ if (imageKind.isImageLayer) {
277
/*
278
* We do not want interposition to affect the resolution of symbols we define and
279
* reference within this library.
0 commit comments