diff options
| author | KunoiSayami <[email protected]> | 2022-06-14 00:07:34 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-14 00:07:34 +0800 |
| commit | c5d52db9e4c3bda63a99958f387c29ffdad47971 (patch) | |
| tree | a586c3b74c1f369daa348aea1a4d8fd9ed559678 /CMakeLists.txt | |
| parent | 34e95e65b783ba6b43a810432e03993ec7f9412c (diff) | |
fix: Fix wrong level calc
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b79091f..f816aed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,9 +53,12 @@ function(build_different_target is_random build_size step_size) endfunction() +build_different_target(true 1024 8) #build_different_target(false 1048576 2) build_different_target(false 1048576 4) build_different_target(false 1048576 8) +build_different_target(true 1048576 4) +build_different_target(true 1048576 2) build_different_target(true 1048576 8) |
