mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-27 01:24:51 -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)
|
find_package(SDL2 REQUIRED)
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
add_compile_options(/W4 /EHsc /DNOMINMAX /J /DLOGFILE)
|
add_compile_options(/W4 /EHsc /DNOMINMAX /J)
|
||||||
set(STANDARD_LIBRARIES "")
|
set(STANDARD_LIBRARIES "")
|
||||||
else()
|
else()
|
||||||
add_compile_options(-Wall -Wextra -Werror -Wno-unused-result -Wno-unused-parameter -Wno-unused-value -Wno-extern-c-compat -funsigned-char)
|
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