summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-08-12 21:13:48 +0200
committerMaciej Mrozowski <reavertm@gentoo.org>2010-08-12 21:13:48 +0200
commit4974640c6765e2042ae4e362cbf6209272be3a1c (patch)
tree9a1a145eb3a6c842db7435d2b257a2dac946ad28 /Documentation
parentef3a4692d5dea7277405597679c2dd8f395ee6b0 (diff)
downloadkde-4974640c6765e2042ae4e362cbf6209272be3a1c.tar.gz
kde-4974640c6765e2042ae4e362cbf6209272be3a1c.tar.bz2
kde-4974640c6765e2042ae4e362cbf6209272be3a1c.zip
[Documentation/env] Update debug/profile env hack profiles
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/env/-fPIC2
-rw-r--r--Documentation/env/README5
-rw-r--r--Documentation/env/debug-build2
l---------Documentation/env/dev-db/mysql1
-rw-r--r--Documentation/env/profile-build3
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"