We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfb53f commit 928f108Copy full SHA for 928f108
CMakeLists.txt
@@ -32,7 +32,7 @@ endif(CMAKE_CONFIGURATION_TYPES)
32
option(BUILD_DOCS "Choose whether to build the documentation (requires python and Sphinx)." OFF)
33
option(BUILD_DOCS_NO_HTML "Don't build the HTML docs, only the in-game docs." OFF)
34
option(REMOVE_SYMBOLS_FROM_DF_STUBS "Remove debug symbols from DF stubs. (Reduces libdfhack size to about half but removes a few useful symbols)" ON)
35
-option(DFHACK_SDL_CONSOLE "Use experimental SDL console" OFF)
+option(DFHACK_SDL_CONSOLE "Use experimental SDL console" ON)
36
37
macro(CHECK_GCC compiler_path)
38
execute_process(COMMAND ${compiler_path} -dumpversion OUTPUT_VARIABLE GCC_VERSION_OUT)
0 commit comments