diff Makefile.in @ 3887:768c5d4c5b4e

new configure option: --enable-qhull-no-strict-aliasing-flag
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 13:50:50 -0400
parents 3909c600a7db
children d135404e71a4
line wrap: on
line diff
--- a/Makefile.in	Fri Apr 10 12:11:50 2015 -0400
+++ b/Makefile.in	Fri Apr 10 13:50:50 2015 -0400
@@ -75,6 +75,9 @@
 
 USE_PIC_FLAG := @USE_PIC_FLAG@
 
+# Compile Qhull with -fno-strict-aliasing flag.
+ENABLE_QHULL_NO_STRICT_ALIASING_FLAG := @ENABLE_QHULL_NO_STRICT_ALIASING_FLAG@
+
 # Attempt to build with support for Java.
 ENABLE_JAVA := @ENABLE_JAVA@