Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Sep 9, 2018
1 parent 5dd2800 commit 33db287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions optional-optimization-parameters-for-icc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- The following parameters are for Windows platform only, if you are using Linux, you need change a little bit.
- ICC does **NOT** support "**/utf-8**", use "**-Qoption,cpp,--unicode_source_kind,"UTF-8"**" instead.
- The following parameters will increase the binary file size enormously!

### Configuration file

Expand Down
1 change: 1 addition & 0 deletions optional-optimization-parameters-for-msvc-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

1. Intel C++ Compiler (ICC) uses MSVC compiler as it's backend on Windows platform, so you can also use these parameters in ICC.
2. If you are using ICC, you can use the highest optimization level: **O3**.
3. The following parameters will increase the binary file size enormously!

### Configuration file

Expand Down

0 comments on commit 33db287

Please sign in to comment.