aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/Makefile
blob: beb2fd583e7a1aa525ee78983b7ee8b454318a7a (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../../../make

CXX_SOURCES := main.cpp

USE_LIBSTDCPP := 1
CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS)

include $(LEVEL)/Makefile.rules