Skip to content

Commit 6683a20

Browse files
committed
Scope O1experimental to EX31
1 parent 08e87a0 commit 6683a20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,9 +1231,9 @@ struct DeviceConfigCaps
12311231
-Wshadow
12321232
-Wconversion
12331233
-Wno-local-type-template-args
1234-
$<$<CONFIG:Debug>:-O1experimental>
1234+
$<$<CONFIG:Debug>:-O0>
12351235
$<$<CONFIG:Release>:-O3>
1236-
$<$<CONFIG:RelWithDebInfo>:-O1experimental>
1236+
$<$<CONFIG:RelWithDebInfo>:-O3>
12371237
)
12381238

12391239
if(NSC_DEBUG_EDIF_FILE_BIT)

examples_tests

0 commit comments

Comments
 (0)