Commit Graph

4 Commits

Author SHA1 Message Date
Roland Kaufmann
bfeac75fa9 Disable link-time, whole program optimization
When using LTO, the linker calls back to the compiler to figure out
where a certain symbol is defined. However, in many versions there
is apparently a bug that is triggered if a template in inlined in
both a used library and in the main program, but with different
versions of the compiler. The Boost exception class is particular
prone for this.

Thus, we disable the -lto from the development builds by default;
if anyone wants to test of the behaviour of their own compiler, they
must now explicitly turn on this flag.
2013-06-13 23:19:27 +02:00
Arne Morten Kvarving
92ee97274e final packaging for 2013.03 2013-04-11 15:52:04 +02:00
Arne Morten Kvarving
54e78b017c updated: package applications on redhat 2013-04-02 13:04:41 +02:00
Arne Morten Kvarving
10f2c61b10 added: spec file for redhat packaging 2013-02-21 18:57:55 +01:00