1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

ZStd: explicitly set debug level

Explicitly set to 0 for release
This commit is contained in:
Kawe Mazidjatari 2024-01-30 13:46:05 +01:00
parent ff98df556c
commit 29c7cc9e58

@ -94,4 +94,5 @@ thirdparty_suppress_warnings()
target_compile_definitions( ${PROJECT_NAME} PRIVATE
"ZSTD_MULTITHREAD"
"DEBUGLEVEL=0"
)