Skip to content

Commit

Permalink
update packaging
Browse files Browse the repository at this point in the history
LTO fails with gcc 4.8
  • Loading branch information
akva2 committed Nov 19, 2014
1 parent c204b1f commit 0d0eb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ override_dh_auto_build:

# consider using -DUSE_VERSIONED_DIR=ON if backporting
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_DOCDIR=share/doc/libopm-polymer1 -DWHOLE_PROG_OPTIM=ON -DUSE_RUNPATH=OFF
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_DOCDIR=share/doc/libopm-polymer1 -DWHOLE_PROG_OPTIM=OFF -DUSE_RUNPATH=OFF

override_dh_auto_install:
dh_auto_install -- install-html
Expand Down

0 comments on commit 0d0eb20

Please sign in to comment.