mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Add workspace patch with fix for membarrier compilation error
This commit is contained in:
parent
fa5e609f11
commit
85d89f53ca
2 changed files with 3 additions and 2 deletions
|
|
@ -37,6 +37,8 @@ aquatic_ws_load_test = { path = "aquatic_ws_load_test" }
|
|||
aquatic_ws = { path = "aquatic_ws" }
|
||||
aquatic_ws_protocol = { path = "aquatic_ws_protocol" }
|
||||
|
||||
membarrier = { git = "https://github.com/glommer/membarrier-rs.git", branch = "issue-22" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue