Skip to content

Commit

Permalink
passing c++ flags to compiler (#34777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine authored and pull[bot] committed Oct 21, 2024
1 parent 23773dd commit 9897137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ config("libfuzzer_fuzzing") {

config("oss_fuzz") {
cflags = string_split(getenv("CFLAGS"))
cflags_cc = string_split(getenv("CXXFLAGS"))
ldflags = string_split(getenv("CXXFLAGS"))
ldflags += [ getenv("LIB_FUZZING_ENGINE") ]
}
Expand Down

0 comments on commit 9897137

Please sign in to comment.