20 lines · plain
1C_SOURCES := main.c2 3# For normal (non DWP) Debuginfod tests, we need:4 5# * The full binary: a.out.unstripped6# Produced by Makefile.rules with SAVE_FULL_DEBUG_BINARY set to YES and7# SPLIT_DEBUG_SYMBOLS set to YES8 9# * The stripped binary (a.out)10# Produced by Makefile.rules with SPLIT_DEBUG_SYMBOLS set to YES11 12# * The 'only-keep-debug' binary (a.out.debug)13# Produced below14 15SPLIT_DEBUG_SYMBOLS := YES16SAVE_FULL_DEBUG_BINARY := YES17GEN_GNU_BUILD_ID := YES18 19include Makefile.rules20