aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile
blob: a47e2797fd8465c9c1c95c16c85e73df4479cb2c (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../make

CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -std=c++11
# LD_EXTRAS := -lpthread
CXX_SOURCES := main.cpp
MAKE_DSYM :=NO

include $(LEVEL)/Makefile.rules