Skip to content

Commit

Permalink
Remove unused defines previously read by WTF. (flutter#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored May 18, 2018
1 parent 78cf6d8 commit e2b647d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/config/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ config("feature_flags") {
# Debug/release ----------------------------------------------------------------

config("debug") {
defines = [
"_DEBUG",
"DYNAMIC_ANNOTATIONS_ENABLED=1",
"WTF_USE_DYNAMIC_ANNOTATIONS=1",
]
defines = [ "_DEBUG" ]

if (is_win) {
if (disable_iterator_debugging) {
Expand Down

0 comments on commit e2b647d

Please sign in to comment.