comparison 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
comparison
equal deleted inserted replaced
3886:588d2942b538 3887:768c5d4c5b4e
72 # make sense to disable both... 72 # make sense to disable both...
73 BUILD_SHARED := @BUILD_SHARED@ 73 BUILD_SHARED := @BUILD_SHARED@
74 BUILD_STATIC := @BUILD_STATIC@ 74 BUILD_STATIC := @BUILD_STATIC@
75 75
76 USE_PIC_FLAG := @USE_PIC_FLAG@ 76 USE_PIC_FLAG := @USE_PIC_FLAG@
77
78 # Compile Qhull with -fno-strict-aliasing flag.
79 ENABLE_QHULL_NO_STRICT_ALIASING_FLAG := @ENABLE_QHULL_NO_STRICT_ALIASING_FLAG@
77 80
78 # Attempt to build with support for Java. 81 # Attempt to build with support for Java.
79 ENABLE_JAVA := @ENABLE_JAVA@ 82 ENABLE_JAVA := @ENABLE_JAVA@
80 83
81 # Attempt to build LLVM and enable Octave's experimental JIT compiler. 84 # Attempt to build LLVM and enable Octave's experimental JIT compiler.