Skip to content

Commit 0c36347

Browse files
committed
Update doc
1 parent 3c4af00 commit 0c36347

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ cmake --build . --config Release
3030
./run_strtod -o report_strtod.html
3131
```
3232

33-
If you want to build with other compiler or IDE, try these commands:
33+
Build with other compiler or IDE:
3434
```shell
35+
# Use arch native:
36+
cmake .. -DARCH_NATIVE=ON
37+
3538
# Clang for Linux/Unix:
3639
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
3740

0 commit comments

Comments
 (0)