disable LTO for debian package builds
parent
8e6e5c1bec
commit
87ba08602f
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
export QT_SELECT := qt5
|
||||
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
|
||||
|
||||
%:
|
||||
dh $@ --parallel
|
||||
|
||||
Loading…
Reference in New Issue