fix(build): do not disable unicode chars on Windows
This commit is contained in:
parent
f027acb5cb
commit
ab4c292872
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ if((${CYGWIN} EQUAL "1") OR (${CMAKE_SYSTEM_NAME} MATCHES "Windows"))
|
|||
message(STATUS "Windows detected")
|
||||
set(LEAN_WIN_STACK_SIZE "104857600")
|
||||
set(LEAN_EXTRA_LINKER_FLAGS "${LEAN_EXTRA_LINKER_FLAGS} -Wl,--stack,${LEAN_WIN_STACK_SIZE}")
|
||||
set(LEAN_EXTRA_CXX_FLAGS "${LEAN_EXTRA_CXX_FLAGS} -D LEAN_DEFAULT_PP_UNICODE=false")
|
||||
set(LEAN_EXTRA_CXX_FLAGS "${LEAN_EXTRA_CXX_FLAGS} -D LEAN_WINDOWS -D LEAN_WIN_STACK_SIZE=${LEAN_WIN_STACK_SIZE}")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue