Skip to content

Commit e44a8fb

Browse files
authored
Fixed nsc command line arguments
1 parent 5e6615f commit e44a8fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/common.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,8 +1185,8 @@ struct DeviceConfigCaps
11851185
-Zpr
11861186
-spirv
11871187
-fspv-target-env=vulkan1.3
1188-
-WShadow
1189-
-WConversion
1188+
-Wshadow
1189+
-Wconversion
11901190
$<$<CONFIG:Debug>:-O0>
11911191
$<$<CONFIG:Release>:-O3>
11921192
$<$<CONFIG:RelWithDebInfo>:-O3>
@@ -1599,4 +1599,4 @@ function(NBL_CREATE_RESOURCE_ARCHIVE)
15991599
if(IMPL_LINK_TO)
16001600
LINK_BUILTIN_RESOURCES_TO_TARGET(${IMPL_LINK_TO} ${IMPL_TARGET})
16011601
endif()
1602-
endfunction()
1602+
endfunction()

0 commit comments

Comments
 (0)