meson: bump c++ version

This commit is contained in:
Ryan Lucia 2019-02-11 22:43:29 -05:00
parent 0be226aa6c
commit 42bfc53a77
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('Aegisub', ['c', 'cpp'], license: 'BSD-3-Clause',
meson_version: '>=0.49.0',
default_options: ['cpp_std=c++11', 'b_lto=true'])
default_options: ['cpp_std=c++14', 'b_lto=true'])
if host_machine.system() == 'windows'
version_sh = find_program('tools/version.ps1')