Skip to content
Snippets Groups Projects
Commit 985720fc authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Need to make sure that AX_CC_MAXOPT doesn't assume we have set CFLAGS and it...

Need to make sure that AX_CC_MAXOPT doesn't assume we have set CFLAGS and it should not extend them (ac_test_CFLAGS=yes)
parent 58fea7a4
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,9 @@ HAVEVECTORIZATION=0
if test "$enable_opt" = "yes" ; then
# Choose the best flags for this compiler and architecture
ac_test_CFLAGS="no"
AX_CC_MAXOPT
ac_test_CFLAGS="yes"
# Check SSE & AVX support (some overlap with AX_CC_MAXOPT).
# Don't use the SIMD_FLAGS result with Intel compilers. The -x<code>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment