Skip to content

Commit 863be9a

Browse files
MiloszSkobejkoigcbot
authored andcommitted
Make StripDebugInfo flag available in release build
The IGC_StripDebugInfo flag has been enabled for use in the release build.
1 parent 433f3fc commit 863be9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ DECLARE_IGC_REGKEY(bool, PrintStackCallDebugInfo, false, "Print all debug info t
865865
DECLARE_IGC_REGKEY(DWORD, StripDebugInfo, 0,
866866
"Strip debug info from llvm IR lowered from input to IGC ."\
867867
"Possible values: 0 - dont strip, 1 - strip all, 2 - strip non-line info",
868-
false)
868+
true)
869869
DECLARE_IGC_REGKEY(bool, EmitPreDefinedForAllFunctions, false, "When enabled, pre-defined variables for gid, grid, lid are emitted for all functions. This causes those functions to be inlined even when stack calls is enabled.", true)
870870
DECLARE_IGC_REGKEY(bool, EnableGPUFenceScopeOnSingleTileGPUs, false, "Allow the use of `GPU` fence scope on single-tile GPUs. By default the `TILE` scope is used instead of `GPU` scope on single-tile GPUs.", true)
871871
DECLARE_IGC_REGKEY(bool, EnableLocalIdCalculationInShader, false,

0 commit comments

Comments
 (0)