mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-23 23:54:49 -04:00
remove /DLOGFILE from cmake
This commit is contained in:
parent
91d6e855be
commit
ca6e996322
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ project(skeldal)
|
|||
find_package(SDL2 REQUIRED)
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(/W4 /EHsc /DNOMINMAX /J /DLOGFILE)
|
||||
add_compile_options(/W4 /EHsc /DNOMINMAX /J)
|
||||
set(STANDARD_LIBRARIES "")
|
||||
else()
|
||||
add_compile_options(-Wall -Wextra -Werror -Wno-unused-result -Wno-unused-parameter -Wno-unused-value -Wno-extern-c-compat -funsigned-char)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue