yvesdm3000 / ClangLib

Code::Blocks plugin integrating various features of LLVM Clang.
5 stars 4 forks source link

Changed the targets to debug and release. #7

Closed stahta01 closed 8 years ago

stahta01 commented 8 years ago

Fixed the NON PCH issues. Removed "-O3" from debug target this is normaly not used on debug targets and "-O2" is normally the safest level for release targets.