[lldb/Makefile.rules] Apply CFLAGS_EXTRAS after debug-info mode flags
authorPavel Labath <pavel@labath.sk>
Wed, 10 Jun 2020 11:38:35 +0000 (13:38 +0200)
committerPavel Labath <pavel@labath.sk>
Wed, 10 Jun 2020 12:27:53 +0000 (14:27 +0200)
commit539b47c9d1edd3b152efc9073f6729f28cf48d9a
treed1f35e8953c05e97141368b152dd8a6d1128279a
parent3c123acf57cb21faed327d7f36a1146875c67319
[lldb/Makefile.rules] Apply CFLAGS_EXTRAS after debug-info mode flags

This makes it possible to conditionally override some of these flags via
CFLAGS_EXTRAS. It should be NFC right now, but this seems the logical
order in which to apply these things, and I am going to make use of this
in another patch.
lldb/packages/Python/lldbsuite/test/make/Makefile.rules