Skip to content

Commit

Permalink
FIX: issues ShiqiYu#222
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 24, 2020
1 parent d3eed41 commit b8b5a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Some tips:
* Please add -O3 to turn on optimizations when you compile the source code using g++.
* Please choose 'Maximize Speed/-O2' when you compile the source code using Microsoft Visual Studio.
* You can enable OpenMP to speedup. But the best solution is to call the detection function in different threads.
* Add -DFACEDETECTION_EXPORT to gcc flags. See: issues #222

You can also compile the source code to a static or dynamic library, and then use it in your project.

Expand Down

0 comments on commit b8b5a33

Please sign in to comment.