Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
9fafe62d
Commit
9fafe62d
authored
Feb 20, 2018
by
Etienne Renault
Browse files
debian: fix corrupted profile info
* debian/rules: here.
parent
884f670f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
9fafe62d
...
...
@@ -27,12 +27,12 @@ LTOPLUG := $(shell gcc -v 2>&1 | \
# ARFLAGS is for Automake
# AR_FLAGS is for Libtool
LTOSETUP = \
LDFLAGS='-fuse-linker-plugin' \
NM='nm --plugin $(LTOPLUG)' \
ARFLAGS='cru --plugin $(LTOPLUG)' \
AR_FLAGS='cru --plugin $(LTOPLUG)' \
RANLIB='ranlib --plugin $(LTOPLUG)'
\
LTOSETUP =
\
LDFLAGS='-fuse-linker-plugin'
\
NM='nm --plugin $(LTOPLUG)'
\
ARFLAGS='cru --plugin $(LTOPLUG)'
\
AR_FLAGS='cru --plugin $(LTOPLUG)'
\
RANLIB='ranlib --plugin $(LTOPLUG)'
VALGRIND=false
GCDADIR := $(shell pwd)/gcda
PROFW = -Wno-error=coverage-mismatch
...
...
@@ -40,8 +40,8 @@ PRO1SETUP = \
CFLAGS='-flto -fprofile-generate=$(GCDADIR) $(PROFW)' \
CXXFLAGS='-flto -fprofile-generate=$(GCDADIR) $(PROFW)'
PRO2SETUP = \
CFLAGS='-flto -fprofile-use=$(GCDADIR) $(PROFW)' \
CXXFLAGS='-flto -fprofile-use=$(GCDADIR) $(PROFW)'
CFLAGS='-flto -fprofile-use=$(GCDADIR) $(PROFW)
-fprofile-correction
' \
CXXFLAGS='-flto -fprofile-use=$(GCDADIR) $(PROFW)
-fprofile-correction
'
PYDEFAULT=$(shell py3versions --default)
PYOTHERS=$(filter-out $(PYDEFAULT), $(shell py3versions --supported))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment