We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f3364 commit cd67680Copy full SHA for cd67680
build.py
@@ -40,7 +40,7 @@ def compile_test(header, library):
40
return os.system(command) == 0
41
42
43
-compile_args = ['-O3', '-DKENLM_MAX_ORDER=6', '-std=c++11', '-fPIC']
+compile_args = ['-O3', '-DKENLM_MAX_ORDER=6', '-std=c++14', '-fPIC']
44
ext_libs = []
45
if compile_test('zlib.h', 'z'):
46
compile_args.append('-DHAVE_ZLIB')
0 commit comments