diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 23:19:23 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 23:22:35 +0300 |
commit | 5ca71b7a2ee06d6549e8e4ff537e031445c63f8c (patch) | |
tree | 8cea3beeab20b78715971c51ab71be5ad7caba34 /dev-libs/libdazzle | |
parent | net-ftp/proftpd: alpha stable wrt bug #690528 (diff) | |
download | gentoo-5ca71b7a2ee06d6549e8e4ff537e031445c63f8c.tar.gz gentoo-5ca71b7a2ee06d6549e8e4ff537e031445c63f8c.tar.bz2 gentoo-5ca71b7a2ee06d6549e8e4ff537e031445c63f8c.zip |
dev-libs/libdazzle: explicitly disable rdtscp and add reason comments
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/libdazzle')
-rw-r--r-- | dev-libs/libdazzle/libdazzle-3.32.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild index ac1010df8633..22a3edefeebc 100644 --- a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild @@ -41,7 +41,10 @@ src_configure() { local emesonargs=( -Denable_tracing=false # extra trace debugging that would make things slower -Denable_profiling=false # -pg passing - # -Denable_rdtscp=false # TODO: CPU_FLAGS_X86 for it? + # On linux it'll always use a vdso based implementation that is even faster + # than rdtscp insn, thus never build with rdtscp until we don't support non-linux + # as the rdtscp using function will never get called anyways. + -Denable_rdtscp=false -Denable_tools=true # /usr/bin/dazzle-list-counters $(meson_use introspection with_introspection) $(meson_use vala with_vapi) |