Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 8ab02da

Browse files
nschonnixzyfer
authored andcommitted
fix: Remove old compiler gyp settings
- VS2015 isn't supported anymore - CPP11 flags cause issues on modern tooling
1 parent 3d7b9d0 commit 8ab02da

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

binding.gyp

-16
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
}
2929
},
3030
'xcode_settings': {
31-
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
3231
'CLANG_CXX_LIBRARY': 'libc++',
3332
'OTHER_LDFLAGS': [],
3433
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
@@ -68,21 +67,6 @@
6867
'<(libsass_library)',
6968
],
7069
}
71-
}],
72-
['OS=="win" and MSVS_VERSION == "2015"', {
73-
'msvs_settings': {
74-
'VCCLCompilerTool': {
75-
'AdditionalOptions': [
76-
# disable Thread-Safe "Magic" for local static variables
77-
'/Zc:threadSafeInit-',
78-
],
79-
},
80-
},
81-
}],
82-
['OS!="win"', {
83-
'cflags_cc+': [
84-
'-std=c++0x'
85-
]
8670
}]
8771
]
8872
}

0 commit comments

Comments
 (0)