← Back to team overview

kicad-developers team mailing list archive

Optimization flags in 3d-viewer

 

Hi,

in 3d-viewer/CMakeLists.txt we have

set( CMAKE_C_FLAGS_RELEASE   "-O3" )
set( CMAKE_CXX_FLAGS_RELEASE "-O3" )

Is that intentional?

 - it seems to be unused in the Make based builds
 - it overwrites any existing flags in these variables
 - it causes warnings on MSVC

   Simon

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups