mirror of
https://github.com/darlinghq/darling-libstdcxx.git
synced 2024-11-23 04:09:38 +00:00
Set "std" Version To "c++14"
Works around "dynamic-exception-spec" issue.
This commit is contained in:
parent
c3e9d79552
commit
805f8238bc
@ -4,6 +4,7 @@ add_compile_options(
|
||||
-nostdinc
|
||||
-nostdinc++
|
||||
-w
|
||||
-std=c++14
|
||||
)
|
||||
|
||||
include_directories(BEFORE
|
||||
|
Loading…
Reference in New Issue
Block a user