Hi there,

I'm trying to build MITK on Windows x64 with symbols in release mode, 
that is: I need an optimised build with symbols so I can run it through 
a profiler to identify performance bottlenecks.

I know there's the RelWithDebInfo config, but for unrelated reasons I 
can't use that one, so I'm doing this with Release.

I'm overriding CMAKE_C_FLAGS, CMAKE_MODULE_LINKER_FLAGS, etc with the 
appropriate options (/Zi and /debug) at the superbuild and these get 
passed through to OpenCV etc and I get working symbols.
However, for MITK itself the linker flags get reset at some point. While 
the compiler happily generates PDB files for blueberry and friends, they 
are not usable because the linker didn't patch them up.

Any idea where in MITK's own cmake bits the linker flags are overridden? 
Or how can I enforce my own flags?


Thanks,

Johannes


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to