Skip to content

Commit

Permalink
set -march for compatibility (for WSL)
Browse files Browse the repository at this point in the history
  • Loading branch information
crush-157 committed Oct 4, 2024
1 parent 0149161 commit f968013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion graalwasm/graalwasm-micronaut-photon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>-march=native</buildArg>
<!-- <buildArg>-march=native</buildArg> -->
<buildArg>-march=compatibility</buildArg>
<buildArg>--gc=G1</buildArg>
</buildArgs>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion graalwasm/graalwasm-spring-boot-photon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>-march=native</buildArg>
<!-- <buildArg>-march=native</buildArg> -->
<buildArg>--gc=G1</buildArg>
</buildArgs>
</configuration>
Expand Down

0 comments on commit f968013

Please sign in to comment.