switch to -std=gnu++11

recommended by wxwidgets doc for windows
This commit is contained in:
odrling 2020-12-16 21:19:44 +01:00
parent 3afe8f8281
commit a9aa77b673
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -0,0 +1,3 @@
[submodule "subprojects/japan7-fonts"]
path = subprojects/japan7-fonts
url = https://github.com/odrling/japan7-fonts.git

View File

@ -1,7 +1,7 @@
project('Aegisub', ['c', 'cpp'],
license: 'BSD-3-Clause',
meson_version: '>=0.56.0',
default_options: ['cpp_std=c++11', 'buildtype=debugoptimized'],
default_options: ['cpp_std=gnu++11', 'buildtype=debugoptimized'],
version: '3.3.3')
cmake = import('cmake')

@ -0,0 +1 @@
Subproject commit 74ef0dea87e3c10bbf0b4df90b663b8868d9cbd5