xref: /llvm-project/lldb/test/API/commands/expression/macros/Makefile (revision da459043f8c5d4187c798cc13a48bc7f7c1bd81a)
1CXX_SOURCES := main.cpp
2
3DEBUG_INFO_FLAG = -g3 -gdwarf-5
4
5# GCC produces incorrect .debug_macro section when "-include" option is used:
6# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075.
7NO_TEST_COMMON_H := 1
8
9include Makefile.rules
10