Lines Matching +full:node +full:- +full:gyp
4 # 1. The executable and it uses static lib (cctest and node)
7 # --whole-archive,force_load and /WHOLEARCHIVE are used to include
30 'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi']
36 'AdditionalManifestFiles': 'src/res/node.exe.extra.manifest'
64 # we need to use node's preferred "win32" rather than gyp's preferred "win"
82 'dependencies': [ 'tools/v8_gypfiles/d8.gyp:d8' ],
86 'tools/v8_gypfiles/v8.gyp:v8_snapshot',
87 'tools/v8_gypfiles/v8.gyp:v8_libplatform',
136 'tools/v8_gypfiles/v8vtune.gyp:v8_vtune'
143 'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ],
148 '-Wl,-force_load,<(PRODUCT_DIR)/<(STATIC_LIB_PREFIX)zlib<(STATIC_LIB_SUFFIX)',
161 '-Wl,--whole-archive',
163 '-Wl,--no-whole-archive',
173 'deps/llhttp/llhttp.gyp:llhttp'
178 'dependencies': [ 'deps/cares/cares.gyp:cares' ],
182 'dependencies': [ 'deps/uv/uv.gyp:libuv' ],
187 '-Wl,-force_load,<(PRODUCT_DIR)/libuv<(STATIC_LIB_SUFFIX)',
200 '-Wl,--whole-archive',
202 '-Wl,--no-whole-archive',
211 'dependencies': [ 'deps/nghttp2/nghttp2.gyp:nghttp2' ],
215 'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
221 'libraries': [ '-framework CoreFoundation' ],
226 # we need to use node's preferred "darwin" rather than gyp's preferred "mac"
232 '-lutil',
233 '-lkvm',
263 '-Wl,-bE:<(exp_filename)',
264 '-Wl,-brtl',
271 '-lkstat',
272 '-lumem',
278 # we need to use node's preferred "sunos"
279 # rather than gyp's preferred "solaris"
286 '-Wl,-z,noexecstack',
287 '-Wl,--whole-archive <(v8_base)',
288 '-Wl,--no-whole-archive',
294 '-Wl,-force_load,<(v8_base)',
299 'cflags!': [ '-O3' ],
300 'cflags': [ '-g', '-O0' ],
304 '-g', '-O0'
309 'cflags!': [ '-O3' ],
310 'ldflags': [ '--coverage',
311 '-g',
312 '-O0' ],
313 'cflags': [ '--coverage',
314 '-g',
315 '-O0' ],
318 '--coverage',
319 '-g',
320 '-O0'
326 'OTHER_LDFLAGS': [ '--coverage', ],
338 'ldflags': [ '-Wl,-M,/usr/lib/ld/map.noexstk' ],
342 '-lrt'
346 'ldflags': [ '-Wl,-z,relro',
347 '-Wl,-z,now' ]
355 './deps/openssl/openssl.gyp:openssl',
358 './deps/openssl/openssl.gyp:openssl-cli',
361 # -force_load or --whole-archive are not applicable for
366 '-Wl,-force_load,<(PRODUCT_DIR)/<(openssl_product)',
379 '-Wl,--whole-archive,'
381 '-Wl,--no-whole-archive',
397 'dependencies': [ './deps/ngtcp2/ngtcp2.gyp:ngtcp2' ]
400 'dependencies': [ './deps/ngtcp2/ngtcp2.gyp:nghttp3' ]