mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
List correct CPU optimizer flag in README
This commit is contained in:
@@ -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)*
|
||||
|
||||
Reference in New Issue
Block a user