Skip to content

Commit d9376be

Browse files
authored
passing c++ flags to compiler (#34777)
1 parent f17d486 commit d9376be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/config/compiler/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ config("libfuzzer_fuzzing") {
489489

490490
config("oss_fuzz") {
491491
cflags = string_split(getenv("CFLAGS"))
492+
cflags_cc = string_split(getenv("CXXFLAGS"))
492493
ldflags = string_split(getenv("CXXFLAGS"))
493494
ldflags += [ getenv("LIB_FUZZING_ENGINE") ]
494495
}

0 commit comments

Comments
 (0)