Skip to content

Commit e2b647d

Browse files
authored
Remove unused defines previously read by WTF. (flutter#141)
1 parent 78cf6d8 commit e2b647d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/config/BUILD.gn

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ config("feature_flags") {
8181
# Debug/release ----------------------------------------------------------------
8282

8383
config("debug") {
84-
defines = [
85-
"_DEBUG",
86-
"DYNAMIC_ANNOTATIONS_ENABLED=1",
87-
"WTF_USE_DYNAMIC_ANNOTATIONS=1",
88-
]
84+
defines = [ "_DEBUG" ]
8985

9086
if (is_win) {
9187
if (disable_iterator_debugging) {

0 commit comments

Comments
 (0)