diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 12:42:49 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 13:19:17 -0700 |
commit | 85f7b78e9beb467d9f89746b9dd03219aa224967 (patch) | |
tree | 5b9cea54b7c9d594737daef341a391e72e7b86a0 /common.gypi | |
parent | 8a29e5ea5b5a4aabeb2bff1f47540efe5724139f (diff) | |
download | node-new-85f7b78e9beb467d9f89746b9dd03219aa224967.tar.gz |
gyp: Further fixes to target_defaults for mac
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common.gypi b/common.gypi index 5ff4e142d2..d13a56524d 100644 --- a/common.gypi +++ b/common.gypi @@ -123,7 +123,6 @@ ['OS=="mac"', { 'xcode_settings': { 'ALWAYS_SEARCH_USER_PATHS': 'NO', - 'GCC_C_LANGUAGE_STANDARD': 'ansi', # -ansi 'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks 'GCC_DYNAMIC_NO_PIC': 'NO', # No -mdynamic-no-pic # (Equivalent to -fPIC) @@ -134,7 +133,6 @@ 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES', 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics - 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror 'GCC_VERSION': '4.2', 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof 'MACOSX_DEPLOYMENT_TARGET': '10.4', # -mmacosx-version-min=10.4 @@ -148,7 +146,6 @@ '-Wendif-labels', '-W', '-Wno-unused-parameter', - '-Wnon-virtual-dtor', ], }, 'target_conditions': [ |