You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
512 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -13,11 +13,6 @@ AC_LANG([C++])
  4. dnl the debug check has to be made before the program checks
  5. dnl because it modifies CXXFLAGS
  6. -if test x$CXX = xclang++; then
  7. - CXXFLAGS="-msse2 $CXXFLAGS"
  8. -else
  9. - CXXFLAGS="-msse2 -mfpmath=sse $CXXFLAGS"
  10. -fi
  11. AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug],[enable sumo debugging code [default=no].])])
  12. if test x$enable_debug = xyes; then
  13. AC_DEFINE(_DEBUG, 1, [Define to 1 in order to enable sumo debugging code.])