~ubuntu-branches/ubuntu/quantal/openjade/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-02 12:45:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502124526-n8k92uicws2ub7gv
Tags: 1.4devel1-19ubuntu1
Build with -fpermissive to fix build failure with GCC 4.6. LP: #765924.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
compress        := gzip -9f
20
20
 
21
21
CFLAGS          := -g --pipe
22
 
CXXFLAGS        := -g --pipe
 
22
CXXFLAGS        := -g --pipe -fpermissive
23
23
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
24
24
  CFLAGS += -O2
25
25
  CXXFLAGS += -O2