Bug 1099305 - Disable verbose logging in libstagefright r=cpearce

--HG--
extra : rebase_source : 266f7f77fc0e7819b5222111d7b45a6c9f931c76
This commit is contained in:
James Willcox 2014-11-18 19:29:12 -06:00
parent 09ea4ab67a
commit 8a2d5edd9f

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEFINES['ANDROID_SMP'] = 0
DEFINES['LOG_NDEBUG'] = 0
DEFINES['LOG_NDEBUG'] = 1
if CONFIG['OS_TARGET'] != 'WINNT':
DEFINES['_GLIBCXX_OS_DEFINES'] = True