1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[gn build] (manually) port 3b625060fc915

This commit is contained in:
Nico Weber 2021-01-28 13:26:23 -05:00
parent 266d73d7f0
commit 05a869f16d

View File

@ -54,7 +54,7 @@ config("cxx_config") {
"-Wno-covered-switch-default",
]
cflags_cc = [
"-std=c++17",
"-std=c++20",
"-nostdinc++",
]
defines = [ "_LIBCPP_BUILDING_LIBRARY" ]