[MINC-users] Optimizing minc-toolkit builds

Andrew Wood andrew at biospective.com
Tue Jan 6 11:27:21 EST 2015


Hi all,

I'm building minc-toolkit (release-1.9.06) from github and wondering about
the best way to get production-appropriate options passed to gcc/g++.

The simplest build procedure ...

$ mkdir build && cd build
$ cmake ..
$ make

... seems to leave most modules unoptimized.

Should I be specifying these things manually with CMAKE_C{,XX}_FLAGS at the
cmake call, or is there a "production" or "release" switch that can be used?

Thanks,
Andrew


More information about the MINC-users mailing list