summaryrefslogtreecommitdiff
path: root/common.gypi
Commit message (Expand)AuthorAgeFilesLines
* build: don't enable --gc-sections on sunosBen Noordhuis2013-07-061-1/+3
* build: remove --unsafe-optimizations flagBen Noordhuis2013-07-061-27/+8
* build: add android supportLinus MÃ¥rtensson2013-06-171-3/+11
* build: fix windows build, disable postmortemBen Noordhuis2013-04-041-1/+3
* Revert "build, windows: disable SEH"Bert Belder2013-03-051-1/+0
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-0/+1
|\
| * build, windows: disable SEHBen Noordhuis2013-02-281-0/+1
* | gyp: fix build with dtrace support on FreeBSDFedor Indutny2013-01-211-0/+3
* | build: disable use of thin archiveShigeki Ohtsu2012-11-211-0/+5
* | build: make python executable configurableBen Noordhuis2012-11-201-0/+1
* | build: let xcode pick proper compilerTimothy J Fontaine2012-11-061-1/+0
* | build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITSBen Noordhuis2012-11-041-5/+0
* | build: make debug build on os x compile at -O0Ben Noordhuis2012-11-021-0/+3
* | Merge branch 'v0.8'Bert Belder2012-08-281-2/+4
|\ \ | |/
| * build: compile with -fno-tree-sink if gcc <= 4.4Ben Noordhuis2012-08-271-0/+3
| * build: fix -fno-tree-vrp heuristicBen Noordhuis2012-08-271-1/+1
| * build: don't use "-Wnewline-eof" on OS XNathan Rajlich2012-08-201-1/+0
* | build: compile with -Wextra -Wno-unused-parameterBen Noordhuis2012-08-221-1/+1
|/
* build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis2012-08-131-1/+6
* build: unbreak ustack on smartosBen Noordhuis2012-07-191-7/+14
* build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis2012-07-191-4/+1
* build: disable unsafe optimizationsBen Noordhuis2012-07-121-6/+14
* build: fix spurious mksnapshot crashes for goodBen Noordhuis2012-07-111-5/+6
* build: rename strict_aliasing to node_no_strict_aliasingBen Noordhuis2012-07-031-2/+2
* x64 target should always pass -m64Robert Mustacchi2012-06-071-0/+4
* Merge branch 'v0.6'Bert Belder2012-04-291-1/+1
|\
| * Windows: turn off /GmBert Belder2012-04-271-1/+1
* | build: configure opensslBen Noordhuis2012-04-121-1/+0
* | build: add comment explaining MACOSX_DEPLOYMENT_TARGET.Nathan Rajlich2012-04-101-1/+1
* | Re-apply "build: target OSX 10.5 when building on darwin"Nathan Rajlich2012-04-101-0/+1
* | Revert "build: target OSX 10.5 when building on darwin"isaacs2012-04-081-1/+0
* | build: target OSX 10.5 when building on darwinNathan Rajlich2012-04-051-0/+1
* | Disable V8 postmortem debugging on WindowsBert Belder2012-04-031-1/+7
* | build: define _DARWIN_USE_64_BIT_INODE=1 on OS XBen Noordhuis2012-04-021-0/+1
* | build: add support for DTrace and postmortemDave Pacheco2012-04-011-0/+3
* | build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis2012-03-021-9/+8
* | Fix #2830 for the old gcc bug on SmartOSShigeki Ohtsu2012-02-271-5/+7
* | build: use -pthreads (not -pthread) on SolarisNathan Rajlich2012-02-271-0/+6
* | build: change default BUILDTYPE of gyp to ReleaseShigeki Ohtsu2012-02-231-1/+1
* | build: fix the case where config.gypi doesn't existShigeki Ohtsu2012-02-231-0/+1
* | build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu2012-02-231-1/+0
* | build: use proper `-arch` for target_arch on OS XNathan Rajlich2012-02-201-0/+8
* | build: disable -fomit-frame-pointer on solarisDave Pacheco2012-02-181-1/+6
* | Default to static linking CRT on Windows.Nathan Rajlich2012-02-151-14/+2
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-121-0/+15
|\ \ | |/
| * enable x64 windows buildIgor Zinkovsky2012-02-071-2/+15
* | Windows: disable RTTI and exceptionsBert Belder2012-02-061-0/+2
* | build: don't set -mmacosx-version-minBen Noordhuis2012-01-311-1/+0
* | build: disable NDEBUG in release builds for nowBen Noordhuis2012-01-201-1/+1
* | build: compile without -fvisibility=hiddenShigeki Ohtsu2012-01-051-3/+1