Skip to content

Commit

Permalink
feat: add hp tag to center
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Oct 27, 2023
1 parent eb5c54e commit c4d0c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
#[target.x86_64-unknown-linux-gnu]
#rustflags = ["-C", "link-arg=-Wl,--allow-shlib-undefined", "-C", "link-arg=-fno-lto"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-Wl,--allow-shlib-undefined", "-C", "link-arg=-fno-lto"]

0 comments on commit c4d0c93

Please sign in to comment.