Skip to content

Commit

Permalink
[WIP] Move to c++ 14
Browse files Browse the repository at this point in the history
It is still a open question if we have to do it now.
But at least we can check compilation with last xcode in the current
branch.
  • Loading branch information
mgautierfr committed Apr 18, 2023
1 parent d077615 commit 1142c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('libzim', ['c', 'cpp'],
version : '8.1.0',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++11'])
default_options : ['c_std=c11', 'cpp_std=c++14'])

if build_machine.system() != 'windows'
add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp')
Expand Down

0 comments on commit 1142c81

Please sign in to comment.