]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix --param=ranger-debug=all to include a trace.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 1 Nov 2021 20:40:45 +0000 (16:40 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Wed, 3 Nov 2021 14:13:32 +0000 (10:13 -0400)
commit309bb7ff6e2807ecd849c133c3639705f20e5894
tree17b4546a402f57e388b706a7c9f3571b33b00cd0
parentfc4076752067fb400b43adbd629081df658da246
Fix --param=ranger-debug=all to include a trace.

A recent change made each debug flag its own value, but the 'all' value was
not adjusted properly and 'trace' was left out.

* flag-types.h (RANGER_DEBUG_ALL): Fix values.
gcc/flag-types.h