PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Fix `CMAKE_CXX_FLAGS` optimize flag

Open Hirozy opened this issue 2 years ago • 2 comments

According to the gcc options, here should be an uppercase O instead of a lowercase o. And the lowercase o should not appear in CMAKE_CXX_FLAGS, which will cause the file to not be output correctly when compiled.

There are some details here. https://www.rapidtables.com/code/linux/gcc/gcc-o.html https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#Overall-Options https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

Hirozy avatar Nov 06 '22 11:11 Hirozy

Thanks for your contribution!

paddle-bot[bot] avatar Nov 06 '22 11:11 paddle-bot[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 06 '22 11:11 CLAassistant