Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hard-coded -march=native (#233)
If users want to have native code, the flag should be passed from the command line to CMake configure (e.g. cmake -DCMAKE_CXX_FLAGS="-march=native").
- Loading branch information