brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · b10a038 Raw
10 lines · plain
1CXX_SOURCES := main.cpp2LD_EXTRAS := -Wl,--build-id=none3 4all: stripped.out5 6stripped.out : a.out7	$(OBJCOPY) --remove-section=.note.gnu.build-id --remove-section=.gnu_debuglink --strip-debug $< $@8 9include Makefile.rules10