diff options
-rw-r--r-- | o3d/build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index ce9301c..9184c53 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -209,6 +209,10 @@ 'cflags': [ '-fvisibility=hidden', '-Wstrict-aliasing', + # We always want debugging information, even for release builds. It + # is stripped by the packager into the -dbgsym package, so it + # doesn't affect what we ship. + '-g', ], }, }, |