← Back to team overview

kicad-developers team mailing list archive

Re: Optimization flags in 3d-viewer

 

Hi,

On 23.02.2017 16:48, Mário Luzeiro wrote:

> Yes I added it, because for 3D we need *speeeeeed* :P

It's unnecessary though, as cmake defaults to "-O3 -DNDEBUG". So
overwriting that will likely enable assertion checks.

> What kind of warnings it is causing? O_o

MSVC only knows "-O2" as a synonym for "/O2", asking for a "balanced"
optimization. There are other optimization flags to optimize for speed
at the expense of code size.

   Simon

Attachment: signature.asc
Description: OpenPGP digital signature


References