mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix(build): Remove hardened_malloc from full feature set
The hardened_malloc feature conflicts with jemalloc, preventing successful builds with the --features full flag. Commenting out hardened_malloc allows the full profile to build correctly while maintaining all other features.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ standard = [
|
||||
]
|
||||
full = [
|
||||
"standard",
|
||||
"hardened_malloc",
|
||||
# "hardened_malloc", # Conflicts with jemalloc
|
||||
"jemalloc_prof",
|
||||
"perf_measurements",
|
||||
"tokio_console"
|
||||
|
||||
Reference in New Issue
Block a user