* debian/rules: Disable valgrind.
This commit is contained in:
parent
568a6180f1
commit
befdb03c9a
1 changed files with 2 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -32,7 +32,8 @@ LTOSETUP = \
|
|||
NM='nm --plugin $(LTOPLUG)' \
|
||||
ARFLAGS='cru --plugin $(LTOPLUG)' \
|
||||
AR_FLAGS='cru --plugin $(LTOPLUG)' \
|
||||
RANLIB='ranlib --plugin $(LTOPLUG)'
|
||||
RANLIB='ranlib --plugin $(LTOPLUG)' \
|
||||
VALGRIND=false
|
||||
PRO1SETUP = \
|
||||
CFLAGS='-flto -fprofile-generate' \
|
||||
CXXFLAGS='-flto -fprofile-generate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue