made it always build in debugging symbols
diff --git a/aos/build/aos.gypi b/aos/build/aos.gypi
index 08bf975..662a419 100644
--- a/aos/build/aos.gypi
+++ b/aos/build/aos.gypi
@@ -63,6 +63,8 @@
       '-Wsign-compare',
       '-Wformat=2',
       '-Werror',
+
+      '-ggdb3',
     ],
     'cflags_c': [
       '-std=gnu99',
@@ -76,7 +78,6 @@
     'conditions': [
       ['DEBUG=="yes"', {
           'cflags': [
-            '-ggdb3',
             '-O0',
           ],
           'ldflags': [