diff options
Diffstat (limited to 'Documentation/env')
| -rw-r--r-- | Documentation/env/-fPIC | 2 | ||||
| -rw-r--r-- | Documentation/env/README | 5 | ||||
| -rw-r--r-- | Documentation/env/debug-build | 2 | ||||
| l--------- | Documentation/env/dev-db/mysql | 1 | ||||
| -rw-r--r-- | Documentation/env/profile-build | 3 |
5 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/env/-fPIC b/Documentation/env/-fPIC deleted file mode 100644 index f9a75daaa87..00000000000 --- a/Documentation/env/-fPIC +++ /dev/null @@ -1,2 +0,0 @@ -CFLAGS="${CFLAGS} -fPIC" -CXXFLAGS="${CFLAGS}" diff --git a/Documentation/env/README b/Documentation/env/README index b2114b9b336..409d737afb8 100644 --- a/Documentation/env/README +++ b/Documentation/env/README @@ -34,7 +34,10 @@ Example debug-build file: <code> CFLAGS="-O0 -ggdb" CXXFLAGS="${CFLAGS}" -FEATURES="${FEATURES} nostrip" +# You can use either nostrip or splitdebug - refer to +# http://www.gentoo.org/proj/en/qa/backtraces.xml +# for more information +FEATURES="${FEATURES} splitdebug" USE="${USE} debug" </code> diff --git a/Documentation/env/debug-build b/Documentation/env/debug-build index 8806a092509..38fd397d1a5 100644 --- a/Documentation/env/debug-build +++ b/Documentation/env/debug-build @@ -3,5 +3,5 @@ CXXFLAGS="${CFLAGS}" # You can use either nostrip or splitdebug - refer to # http://www.gentoo.org/proj/en/qa/backtraces.xml # for more information -FEATURES="${FEATURES} nostrip" +FEATURES="${FEATURES} splitdebug" USE="${USE} debug" diff --git a/Documentation/env/dev-db/mysql b/Documentation/env/dev-db/mysql deleted file mode 120000 index e7cab50c257..00000000000 --- a/Documentation/env/dev-db/mysql +++ /dev/null @@ -1 +0,0 @@ -../-fPIC
\ No newline at end of file diff --git a/Documentation/env/profile-build b/Documentation/env/profile-build index 86a71a94e1b..39ec7748656 100644 --- a/Documentation/env/profile-build +++ b/Documentation/env/profile-build @@ -4,5 +4,4 @@ LDFLAGS="${LDFLAGS} -pg" # You can use either nostrip or splitdebug - refer to # http://www.gentoo.org/proj/en/qa/backtraces.xml # for more information -FEATURES="${FEATURES} nostrip" -USE="${USE} debug" +FEATURES="${FEATURES} splitdebug" |
