]> granicus.if.org Git - libjpeg-turbo/commit
Build: Fix Debug/RelWithDebInfo build with YASM
authorDRC <information@libjpeg-turbo.org>
Thu, 8 Dec 2016 00:11:38 +0000 (18:11 -0600)
committerDRC <information@libjpeg-turbo.org>
Thu, 8 Dec 2016 00:18:35 +0000 (18:18 -0600)
commit2b29bca2a977c45ad75181df7e9e685ddd98329c
treefec270ec0d14e12c83dc7346cd19fb651f49205f
parentd681fa76264318a7292477d170889a62580508b1
Build: Fix Debug/RelWithDebInfo build with YASM

YASM requires a debug format to be specified with -g.  Currently the
only combination that I can make work at all is DWARF-2/ELF (YASM
doesn't support Mach-O debugging at all, and its support for CV8/MSVC
and MinGW/DWARF-2 appears to be broken), so debugging is only enabled
automatically for ELF at the moment.  For other formats, we don't
specify -g at all, which is how the old build system behaved.

Fixes #125, Closes #126
simd/CMakeLists.txt