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
Branches
Tags
No related merge requests found
......@@ -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([This is probably not what you want. Consider using a MinGW cross-compiler.])
;;
*darwin13*)
CXXFLAGS="$CXXFLAGS -std=c++11"
;;
esac
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