diff options
-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) } |