Makefile.rules: move CFLAGS_EXTRAS to the end of compile line
authorPavel Labath <labath@google.com>
Wed, 25 Oct 2017 23:56:17 +0000 (23:56 +0000)
committerPavel Labath <labath@google.com>
Wed, 25 Oct 2017 23:56:17 +0000 (23:56 +0000)
commit8c80a377babe987910e212f00b28eef35de783b9
tree5847e976ca5ac79f37885164e75f763a725dd539
parent3c9e59d0f6be15a04bd7c2379be12da1436cdd47
Makefile.rules: move CFLAGS_EXTRAS to the end of compile line

This makes sure that any options specified there override generic
compiler options.

This fixes TestBreakpointIt.py

llvm-svn: 316629
lldb/packages/Python/lldbsuite/test/make/Makefile.rules