mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Improve rust build of the n-body example (#112)
This commit is contained in:
1
examples/n-body/rust/.gitignore
vendored
Normal file
1
examples/n-body/rust/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
target/
|
@ -6,3 +6,7 @@ authors = ["MaxGraey <maxgraey@gmail.com>"]
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 's'
|
||||
|
Reference in New Issue
Block a user