Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
fbddfc0a
Commit
fbddfc0a
authored
May 15, 2018
by
Sébastien Villemot
Browse files
Require C99 when compiling MEX files, since mjdgges now uses C99 features
parent
7a2aa211
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/configure.ac
View file @
fbddfc0a
...
...
@@ -58,6 +58,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses"
AC_PROG_F77([gfortran g77 f77])
AC_PROG_CC
AC_PROG_CC_C99 # mjdgges DLL now uses C99 features (variable declared in for loop)
AC_PROG_CXX
AC_PROG_RANLIB
AX_PROG_LN_S
...
...
mex/build/octave/configure.ac
View file @
fbddfc0a
...
...
@@ -46,6 +46,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses"
AC_PROG_F77([gfortran g77 f77])
AC_PROG_CC
AC_PROG_CC_C99 # mjdgges DLL now uses C99 features (variable declared in for loop)
AC_PROG_CXX
AC_PROG_RANLIB
AX_PROG_LN_S
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment