Skip to content
Snippets Groups Projects
Commit 56f8321a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: adding -Wall when building MEX files

(cherry picked from commit e347f2ae)
parent 8cedbbf8
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ case ${host_os} in
;;
esac
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
......
......@@ -31,6 +31,9 @@ if test "x$MKOCTFILE" != "x"; then
CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
fi
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment