mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Enable SIMD optimizations for RapidJSON
This commit is contained in:
parent
b85003a9ac
commit
5c3b7d1b56
@ -40,7 +40,14 @@ macro( apply_project_settings )
|
||||
"SPDLOG_COMPILED_LIB"
|
||||
"SPDLOG_NO_EXCEPTIONS"
|
||||
"CURL_STATICLIB"
|
||||
"PLATFORM_64BITS" # Target is 64bits only.
|
||||
|
||||
# Must be explicitly defined to toggle SIMD optimizations for RapidJSON.
|
||||
# Don't set this to anything higher than SSE2, as the game supports from
|
||||
# SSE3 and higher, and the next level of optimizations in RapidJSON is SSE4.2.
|
||||
"RAPIDJSON_SSE2"
|
||||
|
||||
# Target is 64bits only.
|
||||
"PLATFORM_64BITS"
|
||||
"${OPTION_GAMEDLL}"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user