24 lines · plain
1C_SOURCES := main.c2 3# For split-dwarf Debuginfod tests, we need:4 5# * A .DWP file (a.out.dwp)6# Produced by Makefile.rules with MAKE_DWP set to YES7 8# * The "full" binary (missing things that live in .dwo's) (a.out.unstripped)9# Produced by Makefile.rules with SAVE_FULL_DEBUG_BINARY set to YES and10# SPLIT_DEBUG_SYMBOLS set to YES11 12# * The stripped binary (a.out)13# Produced by Makefile.rules14 15# * The 'only-keep-debug' binary (a.out.debug)16# Produced below17 18MAKE_DWP := YES19SPLIT_DEBUG_SYMBOLS := YES20SAVE_FULL_DEBUG_BINARY := YES21GEN_GNU_BUILD_ID := YES22 23include Makefile.rules24