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.
2 parents 62f3364 + cd67680 commit 149b808Copy full SHA for 149b808
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