From 4974640c6765e2042ae4e362cbf6209272be3a1c Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Thu, 12 Aug 2010 21:13:48 +0200 Subject: [Documentation/env] Update debug/profile env hack profiles --- Documentation/env/-fPIC | 2 -- Documentation/env/README | 5 ++++- Documentation/env/debug-build | 2 +- Documentation/env/dev-db/mysql | 1 - Documentation/env/profile-build | 3 +-- 5 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 Documentation/env/-fPIC delete mode 120000 Documentation/env/dev-db/mysql (limited to 'Documentation/env') 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: 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" 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" -- cgit v1.2.3