Skip to content

Commit 928f108

Browse files
committed
Initial
1 parent 6cfb53f commit 928f108

File tree

3 files changed

+6
-2583
lines changed

3 files changed

+6
-2583
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif(CMAKE_CONFIGURATION_TYPES)
3232
option(BUILD_DOCS "Choose whether to build the documentation (requires python and Sphinx)." OFF)
3333
option(BUILD_DOCS_NO_HTML "Don't build the HTML docs, only the in-game docs." OFF)
3434
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)
35+
option(DFHACK_SDL_CONSOLE "Use experimental SDL console" ON)
3636

3737
macro(CHECK_GCC compiler_path)
3838
execute_process(COMMAND ${compiler_path} -dumpversion OUTPUT_VARIABLE GCC_VERSION_OUT)

0 commit comments

Comments
 (0)