mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 11:09:32 +01:00
Merge pull request #163 from spl/march-native
Use -march=native for platform-specific optimizations
This commit is contained in:
commit
a58559f1cb
@ -64,7 +64,7 @@ solution "test"
|
||||
defines { "_CRT_SECURE_NO_WARNINGS" }
|
||||
|
||||
configuration "gmake"
|
||||
buildoptions "-msse4.2 -Wall -Wextra"
|
||||
buildoptions "-march=native -Wall -Wextra"
|
||||
|
||||
project "gtest"
|
||||
kind "StaticLib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user