summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/unwind/libunwind_ret_injection/Makefile
blob: 4698eaa815b836aaf2b18dfa6ab4f51d2fefc3fb (plain)
1
2
3
4
5
6
CXX_SOURCES := main.cpp

# Build with C++ exceptions enabled
CXXFLAGS := -g -O0 -fexceptions

include Makefile.rules