Commit 2d4d1ab
committed
Suppress GCC variable tracking warnings in debug builds
Add -fno-var-tracking-assignments flag for GCC debug builds to prevent
verbose "variable tracking size limit exceeded, retrying without" notes.
This particularly affects large test files like wpt_urlpattern_tests.cpp
that exceed GCC's variable tracking limits. The compiler automatically
retries without tracking, so these notes don't indicate actual problems,
but they create noise in build output.
The flag is applied only to Debug builds using a generator expression,
so it doesn't affect Release builds where variable tracking is already
disabled.1 parent c33be54 commit 2d4d1ab
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments