Skip to content

Commit 08e87a0

Browse files
committed
Use O1experimental in debug and rwdi
1 parent c1e50ce commit 08e87a0

1 file changed

Lines changed: 2 additions & 2 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>:-O0>
1234+
$<$<CONFIG:Debug>:-O1experimental>
12351235
$<$<CONFIG:Release>:-O3>
1236-
$<$<CONFIG:RelWithDebInfo>:-O3>
1236+
$<$<CONFIG:RelWithDebInfo>:-O1experimental>
12371237
)
12381238

12391239
if(NSC_DEBUG_EDIF_FILE_BIT)

0 commit comments

Comments
 (0)