132 Commits (bb294059040def8e8c0b1719cc17f6537ab5cb39)

Author SHA1 Message Date
Ben Noordhuis 30b29d8f87 build: disable -fstrict-aliasing if gcc < 4.6.0 13 years ago
Shigeki Ohtsu 82ad1f87fa Fix #2830 for the old gcc bug on SmartOS 13 years ago
Nathan Rajlich 3c68c85f18 build: use -pthreads (not -pthread) on Solaris 13 years ago
Shigeki Ohtsu 491ec171ec build: change default BUILDTYPE of gyp to Release 13 years ago
Shigeki Ohtsu 58e5d69250 build: fix the case where config.gypi doesn't exist 13 years ago
Shigeki Ohtsu 680d75af34 build: make default_configuration consistent with BUILDTYPE 13 years ago
Nathan Rajlich 546870edd8 build: use proper `-arch` for target_arch on OS X 13 years ago
Dave Pacheco 7864bb9eb8 build: disable -fomit-frame-pointer on solaris 13 years ago
Nathan Rajlich 71e975669c Default to static linking CRT on Windows. 13 years ago
Igor Zinkovsky 0a347559bf enable x64 windows build 13 years ago
Bert Belder 2e2df04b35 Windows: disable RTTI and exceptions 13 years ago
Ben Noordhuis 03c4aa6aef build: don't set -mmacosx-version-min 13 years ago
Ben Noordhuis 6b5853794d build: disable NDEBUG in release builds for now 13 years ago
Shigeki Ohtsu 55c21970fd build: compile without -fvisibility=hidden 13 years ago
Ryan Dahl 7edfb02984 Remove visibility=hidden options from common.gypi 13 years ago
Ryan Dahl c65a91c96f GYP: don't build V8 twice 13 years ago
Ben Noordhuis bbd976b8c4 build: always compile with large file support 13 years ago
Ben Noordhuis 1cf13bca19 build: compile with -D__DARWIN_64_BIT_INO_T on OS X 13 years ago
Bert Belder 4a1efb2b9c Support native extension loading on Windows 13 years ago
Peter Bright 766430c743 Windows: set executables to be console programs 13 years ago
Ryan Dahl 85f7b78e9b gyp: Further fixes to target_defaults for mac 13 years ago
Evan Martin 8a29e5ea5b gyp: Don't pass C++ flags to C compiler, and don't pass -ansi in OpenSSL builds. 13 years ago
Evan Martin a916d888f2 common.gypi: don't nest "target_defaults" within "target_defaults" 13 years ago
Ryan Dahl b433c42a56 gyp: Support Linux 13 years ago
Ryan Dahl 25a5e90289 Fix GYP build on OSX 13 years ago
Peter Bright 16788f461a Rename gyp files to produce useful solution names. 13 years ago