Skip to content

Commit

Permalink
[gn] Add target flags to asmflags.
Browse files Browse the repository at this point in the history
Reviewers: pcc, thakis

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58483

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354618 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
eugenis committed Feb 21, 2019
1 parent af4da1f commit 9071949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/gn/build/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config("compiler_defaults") {
defines += [ "NDEBUG" ]
}

asmflags = target_flags
cflags = target_flags
ldflags = target_flags + target_ldflags

Expand Down

0 comments on commit 9071949

Please sign in to comment.