Enabled c++0x flag for gcc.

This commit is contained in:
Ulrich Germann 2016-06-16 14:20:28 +01:00
parent bc5f8d15c6
commit 64aea22425

View File

@ -111,7 +111,7 @@ external-lib z ;
#lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
#requirements += <library>dl ;
#requirements += <cxxflags>-std=c++0x ;
requirements += <cxxflags>-std=c++0x ;
# Allow moses to report the git commit hash of the version used for compilation
moses_githash = [ _shell "git describe --dirty" ] ;