intel / ACON

Apache License 2.0
57 stars 18 forks source link

acond: Modify cargo config to use default rust target and turn on more optimization #10

Closed binxing closed 1 year ago

binxing commented 1 year ago

This PR removes .cargo/config.toml to let cargo use the default target. This aligns with #9 to build acond in rust container with default rust target.

Some more optimization options are turned on in the 'release' profile, including

A .gitignore is also added to ignore the build output (target/) directory.