Skip to content

Commit 326a195

Browse files
unfortunately as Karim found, Arek's optimizations probably generate illegal SPIR-V
1 parent 008e95d commit 326a195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ option(NSC_DEBUG_EDIF_LINE_BIT "Add \"-fspv-debug=line\" to NSC Debug CLI" OFF)
11911191
option(NSC_DEBUG_EDIF_TOOL_BIT "Add \"-fspv-debug=tool\" to NSC Debug CLI" ON)
11921192
option(NSC_DEBUG_EDIF_NON_SEMANTIC_BIT "Add \"-fspv-debug=vulkan-with-source\" to NSC Debug CLI" OFF)
11931193
option(NSC_USE_DEPFILE "Generate depfiles for NSC custom commands" ON)
1194-
option(NBL_DISABLE_EXPERIMENTAL_OPTS "Disable -O1experimental for all NSC compile rules globally" OFF)
1194+
option(NBL_DISABLE_EXPERIMENTAL_OPTS "Disable -O1experimental for all NSC compile rules globally" ON) # Until Arek can make sure all Unit Tests still work for samplers and BxDFs
11951195

11961196
function(NBL_CREATE_NSC_COMPILE_RULES)
11971197
set(COMMENT "this code has been autogenerated with Nabla CMake NBL_CREATE_HLSL_COMPILE_RULES utility")

0 commit comments

Comments
 (0)