A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/46fb69daca below:

build v8 with -fvisibility=hidden on macOS · nodejs/node@46fb69d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+13

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+13

-0

lines changed Original file line number Diff line number Diff line change

@@ -41,6 +41,19 @@

41 41

'AdditionalOptions': ['/utf-8']

42 42

}

43 43

},

44 +

'conditions': [

45 +

['OS=="mac"', {

46 +

# Hide symbols that are not explicitly exported with V8_EXPORT.

47 +

# TODO(joyeecheung): enable it on other platforms. Currently gcc times out

48 +

# or run out of memory with -fvisibility=hidden on some machines in the CI.

49 +

'xcode_settings': {

50 +

'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden

51 +

},

52 +

'defines': [

53 +

'BUILDING_V8_SHARED', # Make V8_EXPORT visible.

54 +

],

55 +

}],

56 +

],

44 57

},

45 58

'targets': [

46 59

{

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4