mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix assert_process_allocs with mingw
Not quite sure how this happened.
This commit is contained in:
@@ -18,7 +18,7 @@ const AARCH64_FTZ_BIT: u64 = 1 << 24;
|
||||
|
||||
#[cfg(all(
|
||||
debug_assertions,
|
||||
physical_sizefeature = "assert_process_allocs",
|
||||
feature = "assert_process_allocs",
|
||||
all(windows, target_env = "gnu")
|
||||
))]
|
||||
compile_error!("The 'assert_process_allocs' feature does not work correctly in combination with the 'x86_64-pc-windows-gnu' target, see https://github.com/Windfisch/rust-assert-no-alloc/issues/7");
|
||||
|
||||
Reference in New Issue
Block a user