diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-10-01 14:27:59 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-10-01 14:27:59 +0200 |
commit | 746a01efad636dc97d44685541b1e6c75aec87f7 (patch) | |
tree | 15e30925cd4c3c76eab513d5c49e4779105e917f /config | |
parent | dfdfd5321eb4e2b2132a596c5687591eb4f3626f (diff) |
variants: use the no debug variant
Diffstat (limited to 'config')
-rw-r--r-- | config/cross-android.cbc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cross-android.cbc b/config/cross-android.cbc index 91584ca..4cefdae 100644 --- a/config/cross-android.cbc +++ b/config/cross-android.cbc @@ -8,3 +8,4 @@ target_arch = Architecture.ARM host = "arm-linux-androideabi" toolchain_prefix = os.path.expanduser("~/android-ndk-r8b") +#variants = ['nodebug'] |