aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-02-13 09:50:08 -0800
committerAlon Zakai <azakai@mozilla.com>2011-02-13 09:50:08 -0800
commit4c884d8526826ee15ba4475b7bc0c9acb4c609bb (patch)
tree14cc59c34ce4a9f6285bf478bf8048d83233a3fd /tools
parent93d0b2f1d4ce34d68e1bd97e38414488bf937891 (diff)
debugging fixes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/emmaken.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emmaken.py b/tools/emmaken.py
index f100255f..3590f86b 100755
--- a/tools/emmaken.py
+++ b/tools/emmaken.py
@@ -54,7 +54,7 @@ try:
CXX = os.environ.get('EMMAKEN_COMPILER') or LLVM_GCC
CC = to_cc(CXX)
- CC_ARG_SKIP = ['-g', '-O1', '-O2', '-O3']
+ CC_ARG_SKIP = ['-O1', '-O2', '-O3']
CC_ADDITIONAL_ARGS = ['-m32', '-U__i386__', '-U__x86_64__', '-UX87_DOUBLE_ROUNDING', '-UHAVE_GCC_ASM_FOR_X87']
ALLOWED_LINK_ARGS = ['-f', '-help', '-o', '-print-after', '-print-after-all', '-print-before',
'-print-before-all', '-time-passes', '-v', '-verify-dom-info', '-version' ]