Skip to content

make RUSTFLAGS configurable#585

Merged
richox merged 2 commits intoapache:masterfrom
XorSum:blaze-584
Sep 24, 2024
Merged

make RUSTFLAGS configurable#585
richox merged 2 commits intoapache:masterfrom
XorSum:blaze-584

Conversation

@XorSum
Copy link
Contributor

@XorSum XorSum commented Sep 23, 2024

Which issue does this PR close?

Closes #584

Rationale for this change

to use the default configuration

mvn package -P"${SHIM}" -P"${MODE}"

to use the specified configuration by setting the RUSTFLAGS env

RUSTFLAGS="-C target-feature=+aes,+sse2" mvn package -P"${SHIM}" -P"${MODE}"

What changes are included in this PR?

Are there any user-facing changes?

No

@XorSum XorSum changed the title build-native.sh RUSTFLAGS="-C target-feature=+aes,+sse2" make RUSTFLAGS configurable Sep 23, 2024
@richox richox merged commit a3073c9 into apache:master Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RUSTFLAGS='-C target-cpu=native' causes jvm crash when compile and runtime environments differ

2 participants