Skip to content
Snippets Groups Projects
Commit f8f18679 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

build system: add flag for mex compilation on OS X 10.9

(cherry picked from commit cf910cb6)
parent cb0b1275
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,9 @@ case ${host_os} in ...@@ -47,6 +47,9 @@ case ${host_os} in
AC_MSG_WARN([not run from MATLAB, because it cannot load the Cygwin DLL.]) AC_MSG_WARN([not run from MATLAB, because it cannot load the Cygwin DLL.])
AC_MSG_WARN([This is probably not what you want. Consider using a MinGW cross-compiler.]) AC_MSG_WARN([This is probably not what you want. Consider using a MinGW cross-compiler.])
;; ;;
*darwin13*)
CXXFLAGS="$CXXFLAGS -std=c++11"
;;
esac esac
CFLAGS="$CFLAGS -Wall -Wno-parentheses" CFLAGS="$CFLAGS -Wall -Wno-parentheses"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment