Skip to content

Commit

Permalink
Change order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Nov 22, 2023
1 parent d08c008 commit f8fc5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<configuration>
<agentResourceDirectory>${project.basedir}/src/main/graalvm-native</agentResourceDirectory>
<imageName>${project.artifactId}-${project.version}</imageName>
<buildArgs>${native-image-arguments} -march=compatibility</buildArgs>
<buildArgs>-march=compatibility ${native-image-arguments}</buildArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f8fc5b0

Please sign in to comment.