We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4af00 commit 0c36347Copy full SHA for 0c36347
README.md
@@ -30,8 +30,11 @@ cmake --build . --config Release
30
./run_strtod -o report_strtod.html
31
```
32
33
-If you want to build with other compiler or IDE, try these commands:
+Build with other compiler or IDE:
34
```shell
35
+# Use arch native:
36
+cmake .. -DARCH_NATIVE=ON
37
+
38
# Clang for Linux/Unix:
39
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
40
0 commit comments