diff options
Diffstat (limited to 'Meta/CMake/all_the_debug_macros.cmake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 644dab935d..66e696b2ec 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -178,6 +178,7 @@ set(LANGUAGE_SERVER_DEBUG ON) set(GL_DEBUG ON) set(WASM_BINPARSER_DEBUG ON) set(PDF_DEBUG ON) +set(SOLITAIRE_DEBUG ON) # False positive: DEBUG is a flag but it works differently. # set(DEBUG ON) |