mirror of https://github.com/AxioDL/metaforce.git
List correct CPU optimizer flag in README
This commit is contained in:
parent
e3896bdee9
commit
63a75a85d7
|
@ -98,7 +98,7 @@ ninja
|
|||
#### CMake options
|
||||
- Build release optimized (better runtime performance): `-DCMAKE_BUILD_TYPE=Release`
|
||||
- Use clang+lld (faster linking): `-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`
|
||||
- Optimize for current CPU (resulting binaries are not portable): `-DMetaforce_VECTOR_ISA=native`
|
||||
- Optimize for current CPU (resulting binaries are not portable): `-DMETAFORCE_VECTOR_ISA=native`
|
||||
|
||||
#### CLion (Windows/macOS/Linux)
|
||||
*(main development / debugging IDE)*
|
||||
|
|
Loading…
Reference in New Issue