]> granicus.if.org Git - libvpx/commit
Add -DNDEBUG when config option debug is disabled
authorYunqing Wang <yunqingwang@google.com>
Tue, 15 Jul 2014 23:18:34 +0000 (16:18 -0700)
committerYunqing Wang <yunqingwang@google.com>
Mon, 21 Jul 2014 16:20:03 +0000 (09:20 -0700)
commit765485cab21021ac4ba9d1cbddce2432f421de99
tree80275309bfab99a36ac5102806d0dac39c00d70f
parentf932e15210820b806e7932f2ceb2e5f8758c8cc8
Add -DNDEBUG when config option debug is disabled

For gcc, when libvpx config option debug is disabled, added the
flag -DNDEBUG to disable the assertions in libvpx for some speedup.

Change-Id: Ifcb7b9e8ef5cbe5d07a24407b53b9a2923f596ee
build/make/configure.sh
vp8/encoder/onyx_if.c
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c