mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-23 15:44:47 -04:00
minidump integration
This commit is contained in:
parent
96eaeb4851
commit
b459f2010e
9 changed files with 130 additions and 21 deletions
|
@ -22,7 +22,7 @@ if(NOT STEAMWORKS_SDK_DIR)
|
|||
endif()
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(/W4 /EHa /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /J)
|
||||
add_compile_options(/W4 /EHsc /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /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