diff options
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi index d47f865..df96104 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -812,11 +812,6 @@ # can be removed at link time with --gc-sections. '-fdata-sections', '-ffunction-sections', - # We don't use exceptions. The eh_frame section is used for those - # and for symbolizing backtraces. By passing this flag we drop - # the eh_frame section completely, we shaving off 2.5mb from - # our resulting binary. - '-fno-asynchronous-unwind-tables', ], 'ldflags': [ '-Wl,--gc-sections', |