Add -stack-check option to libspl
See commit f16dec7e67fe86f3c3556a67865ee715a2964d70 for full details of this change. But in summary -fstack-check is being restricted in usage only to locations which must already have small stack frames.
This commit is contained in:
parent
f39d7d2ca2
commit
1f3fa4df05
|
@ -1,5 +1,7 @@
|
|||
include $(top_srcdir)/config/Rules.am
|
||||
|
||||
AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
|
||||
|
||||
SUBDIRS = include $(TARGET_ASM_DIR)
|
||||
DIST_SUBDIRS = include asm-generic asm-i386 asm-x86_64
|
||||
|
||||
|
|
Loading…
Reference in New Issue