mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
358 B
Diff
14 lines
358 B
Diff
diff --git a/meson.build b/meson.build
|
|
index d3927e4..cbb936f 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,7 +1,7 @@
|
|
project('libkiwix', 'cpp',
|
|
version : '12.0.0',
|
|
license : 'GPLv3+',
|
|
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
|
+ default_options : ['c_std=c11', 'cpp_std=c++14'])
|
|
|
|
compiler = meson.get_compiler('cpp')
|
|
|