threadsafe-statics
This commit is contained in:
parent
9049ffef32
commit
a7f684e5b3
3
Makefile
3
Makefile
@ -148,6 +148,9 @@ endif
|
|||||||
# in case -O3 is enabled, avoid bloat
|
# in case -O3 is enabled, avoid bloat
|
||||||
ALL_CFLAGS += $(call check_gcc,-fno-inline-functions,)
|
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
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user