threadsafe-statics

This commit is contained in:
albert 2006-10-30 03:57:57 +00:00
parent 9049ffef32
commit a7f684e5b3

View File

@ -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