summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile
blob: 9645fd9cc8dfbca23e168e8495511d3712000e98 (plain)
1
2
3
4
5
6
7
C_SOURCES := main.c

ifneq (,$(findstring icc,$(CC)))
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules
OpenPOWER on IntegriCloud