WIP infer join points too

This commit is contained in:
Folkert 2024-06-28 15:44:04 +02:00
parent 0932c542ca
commit 047779d981
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
18 changed files with 156 additions and 94 deletions

View file

@ -29,7 +29,8 @@ const TEST_WRAPPER_NAME: &str = "test_wrapper";
#[allow(dead_code)]
pub const OPT_LEVEL: OptLevel = if cfg!(debug_assertions) {
OptLevel::Normal
// OptLevel::Normal
OptLevel::Optimize
} else {
OptLevel::Optimize
};