diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 23:13:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 23:13:29 +0300 |
commit | ca80b4a4aef296a0972f3ef02c28730dfd42f413 (patch) | |
tree | d143360f8837ec2c31ff5fa556adbf531e5d2057 | |
parent | f7f3cd00bd6f500032e3b1ec9b5112ba852bdf72 (diff) |
google-perf-tools: tabs to spaces
-rw-r--r-- | packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 | 20 |
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) } |