aboutsummaryrefslogtreecommitdiff
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
parent[eclass/cmake-utils/kde4-base] Do not abuse USE=debug to control compiler deb... (diff)
downloadkde-4974640c6765e2042ae4e362cbf6209272be3a1c.tar.gz
kde-4974640c6765e2042ae4e362cbf6209272be3a1c.tar.bz2
kde-4974640c6765e2042ae4e362cbf6209272be3a1c.zip
[Documentation/env] Update debug/profile env hack profiles
-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 f9a75daaa8..0000000000
--- 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 b2114b9b33..409d737afb 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 8806a09250..38fd397d1a 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 e7cab50c25..0000000000
--- 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 86a71a94e1..39ec774865 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"