From af34031d698f9b0f543ca3ec55048d2b7e5b6f5e Mon Sep 17 00:00:00 2001 From: Emeric Vigier <emeric.vigier@savoirfairelinux.com> Date: Wed, 22 Aug 2012 11:38:01 -0400 Subject: [PATCH] #14399: forbid compiler optimization for debug purpose --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index bee16e3b6..4894e8e74 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -APP_OPTIM := release +APP_OPTIM := debug #APP_MODULES := libccgnu2 #APP_MODULES += libyaml -- GitLab