summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-12 23:13:29 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-12 23:13:29 +0300
commitca80b4a4aef296a0972f3ef02c28730dfd42f413 (patch)
treed143360f8837ec2c31ff5fa556adbf531e5d2057
parentf7f3cd00bd6f500032e3b1ec9b5112ba852bdf72 (diff)
google-perf-tools: tabs to spaces
-rw-r--r--packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-020
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
index 11fb243..da34868 100644
--- a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
+++ b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
@@ -15,22 +15,22 @@ HOMEPAGE="https://github.com/gperftools/gperftools"
MYOPTIONS="
debug
- largepages [[ description = [ Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. ] ]]
- minimal
- optimisememory [[ description = [ build libtcmalloc with smaller internal caches. ] ]]
+ largepages [[ description = [ Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. ] ]]
+ minimal
+ optimisememory [[ description = [ build libtcmalloc with smaller internal caches. ] ]]
"
DEPENDENCIES="
- build+run:
- dev-libs/libunwind
+ build+run:
+ dev-libs/libunwind
"
src_configure() {
- option largepages && append-flags -DTCMALLOC_LARGE_PAGES
- option optimisememory && append-flags -DTCMALLOC_SMALL_BUT_SLOW
- append-flags -fno-strict-aliasing -fno-omit-frame-pointer
+ option largepages && append-flags -DTCMALLOC_LARGE_PAGES
+ option optimisememory && append-flags -DTCMALLOC_SMALL_BUT_SLOW
+ append-flags -fno-strict-aliasing -fno-omit-frame-pointer
- econf \
- $(option_enable debug debugalloc)
+ econf \
+ $(option_enable debug debugalloc)
}