Skip to content
Snippets Groups Projects
Commit 416f0f39 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

use c++11 for cxx build on jessie system

parent ab93e7a7
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ case "${HOSTNAME}" in
${CONFPATH}configure \
$CDOLIBS \
--enable-cxx \
CC=gcc CXX=g++ CFLAGS="-std=c99 -g -Wall -W -Wfloat-equal -pedantic -O2" LIBS='-lm -lpthread '
CC=gcc CXX=g++ CFLAGS="-std=c++11 -g -Wall -W -Wfloat-equal -pedantic -O2" LIBS='-lm -lpthread '
;;
clang)
${CONFPATH}configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment