Commit a58559f1 authored by Milo Yip's avatar Milo Yip

Merge pull request #163 from spl/march-native

Use -march=native for platform-specific optimizations
parents 1c07239b 2e0ce28e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment