debian: strip -O2 from CFLAGS, as -O3 is defined elsewhere
This commit is contained in:
parent
1391ae6ac7
commit
239df07873
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -10,7 +10,7 @@
|
|||
#export DH_VERBOSE=1
|
||||
|
||||
|
||||
EXTRA_CFLAGS:="$(shell dpkg-buildflags --get CFLAGS)"
|
||||
EXTRA_CFLAGS:="$(shell dpkg-buildflags --get CFLAGS | sed -e 's/-O2//')"
|
||||
EXTRA_LFLAGS:="$(shell dpkg-buildflags --get LDFLAGS) -Wl,-soname,libre.so"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue