aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/Makefile
blob: 18c35a7d84a51fe49731626e479978aa3b56b58e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../../../make

CXX_SOURCES := main.cpp

# Workaround for llvm.org/pr16214: clang doesn't emit structure definition DWARF
# information without the flag below.
ifneq (,$(findstring clang,$(CC)))
  CFLAGS_EXTRAS += -fno-limit-debug-info
endif

include $(LEVEL)/Makefile.rules