Files
clang-p2996/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile
Tatyana Krasnukha db1fa62bf8 [lldb][test] Don't include "test_common.h" in the debug macros test
GCC produces incorrect .debug_macro section when "-include" option is used:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075.
2019-12-26 18:49:36 +03:00

10 lines
236 B
Makefile

CXX_SOURCES := main.cpp
DEBUG_INFO_FLAG = -g3 -gdwarf-5
# GCC produces incorrect .debug_macro section when "-include" option is used:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075.
NO_TEST_COMMON_H := 1
include Makefile.rules