xref: /llvm-project/lldb/test/API/debuginfod/Normal/Makefile (revision e77ac42bccb8c26bbf4b74d8e92eb09e7fa1b218)
1C_SOURCES := main.c
2
3# For normal (non DWP) Debuginfod tests, we need:
4
5# * The full binary: a.out.unstripped
6#   Produced by Makefile.rules with SAVE_FULL_DEBUG_BINARY set to YES and
7#   SPLIT_DEBUG_SYMBOLS set to YES
8
9# * The stripped binary (a.out)
10#   Produced by Makefile.rules with SPLIT_DEBUG_SYMBOLS set to YES
11
12# * The 'only-keep-debug' binary (a.out.debug)
13#   Produced below
14
15SPLIT_DEBUG_SYMBOLS := YES
16SAVE_FULL_DEBUG_BINARY := YES
17GEN_GNU_BUILD_ID := YES
18
19include Makefile.rules
20