Changeset 567


Ignore:
Timestamp:
Sep 5, 2021, 12:16:02 PM (3 years ago)
Author:
katerina
Message:

Fix for ticket #456 (vendor supplied optimize flags for Debian).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r560 r567  
    905905        echo " A file integrity checker"  >> debian/control; \
    906906        echo "running debuild -us -uc"; \
    907         debuild --preserve-envvar=PASSWORD -us -uc -b; \
     907        export DEB_BUILD_MAINT_OPTIONS=optimize=-all; debuild --preserve-envvar=PASSWORD -us -uc -b; \
    908908        DEBFILE=`find ../ -follow -maxdepth 1 -cnewer ./debian/control 2>/dev/null | grep '@install_name@_$(VERSION)' | grep '\.deb'`; \
    909909        if test x"$$DEBFILE" = x; then \
Note: See TracChangeset for help on using the changeset viewer.