opm-core/debian
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
..
source added: debian packaging control files 2013-02-20 17:14:47 +01:00
changelog update: debian packaging version 2013-04-03 12:28:47 +02:00
compat added: debian packaging control files 2013-02-20 17:14:47 +01:00
control final packaging for 2013.03 2013-04-11 15:52:04 +02:00
copyright added: debian packaging control files 2013-02-20 17:14:47 +01:00
docs added: debian packaging control files 2013-02-20 17:14:47 +01:00
libopm-core1-bin.install added: missing file 2013-04-02 13:25:18 +02:00
libopm-core1-dbg.install added: debian packaging control files 2013-02-20 17:14:47 +01:00
libopm-core1-dev.install added: debian packaging control files 2013-02-20 17:14:47 +01:00
libopm-core1-doc.install added: debian packaging control files 2013-02-20 17:14:47 +01:00
libopm-core1.install added: debian packaging control files 2013-02-20 17:14:47 +01:00
rules Disable link-time, whole program optimization 2013-06-13 23:19:27 +02:00