Specified C standard to be C11..

This commit is contained in:
Quinn Evans 2015-10-03 13:34:43 -06:00
parent 0927b31b5f
commit 8418abd91e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ while true; do
esac
done
if [ $BUILD_C ]; then
${CC:-cc} ${DEBUG:+-DDEBUG} -o channel.o -c channel.c
${CC:-cc} ${DEBUG:+-DDEBUG} -std=c11 -o channel.o -c channel.c
fi
if [ $BUILD_COBOL ]; then
${COBC:-cobc} ${DEBUG:+-fdebugging-line} -std=mvs -x WOPO-CNF.COB PRINTCNF.COB