From: albert <> Date: Mon, 30 Oct 2006 03:57:57 +0000 (+0000) Subject: threadsafe-statics X-Git-Tag: v3.3.0~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7f684e5b3b52eff97e6f90118c846016ce57a4d;p=procps-ng threadsafe-statics --- diff --git a/Makefile b/Makefile index 9de32963..5870e325 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,9 @@ endif # in case -O3 is enabled, avoid bloat ALL_CFLAGS += $(call check_gcc,-fno-inline-functions,) +# ought to file a gcc bug about this nonsense +ALL_CFLAGS += $(call check_gcc,-fno-threadsafe-statics,) + endif endif endif