components/python/python35/Makefile
changeset 5936 56a9d82c570e
parent 5846 8ea1051b8f11
child 6447 56a2f066191a
--- a/components/python/python35/Makefile	Fri May 06 05:10:00 2016 -0700
+++ b/components/python/python35/Makefile	Fri May 06 09:33:24 2016 -0700
@@ -77,6 +77,10 @@
 
 # for DWARF
 CFLAGS.i386 =	-preserve_argvalues=complete
+# Use the Studio VIS SDK in order to explicitly generate nonfaulting loads
+# that allow Python to work with ADI-aware memory allocators.
+CFLAGS.studio.sparc.64 =	-xvis
+
 CFLAGS +=	$(CFLAGS.$(MACH))
 
 # 16-byte memory alignment + interpretation of non-alignment prevents SIGBUS.