Skip to content
Snippets Groups Projects
Commit bc8e044d authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer
Browse files

x86/doc/Makefile: DBG=1 to preprocess external asm


The macro hell sometimes make it difficult to trace the source of
an error, so it is easier to analyze the preprocessed output.

This patch makes this automatical by specifying DBG=1 on the
command line: a file ffmpeg/dir/file.asm gets preprocessed to
builddir/dir/file.dbg.asm, which is then compiled.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent d9293c77
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment