Skip to content

Commit

Permalink
Avoid using FFM in JDK classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thihup committed May 27, 2024
1 parent 5983cf8 commit bed8ead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
4 changes: 1 addition & 3 deletions dev.thihup.jvisualg.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@
<buildArgs>
<buildArg>--no-fallback</buildArg>
<buildArg>-H:+ForeignAPISupport</buildArg>
<buildArg>--features=dev.thihup.jvisualg.ide.NativeImageFeature</buildArg>
<buildArg>-Ob</buildArg>
<buildArg>-march=skylake-avx512</buildArg>
<buildArg>-Dsun.font.layout.ffm=false</buildArg>
</buildArgs>
</configuration>
<executions>
Expand Down

This file was deleted.

0 comments on commit bed8ead

Please sign in to comment.