Changeset 81754 in webkit


Ignore:
Timestamp:
Mar 23, 2011 12:16:01 AM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-23 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

GYP build should default to Production configuration
https://bugs.webkit.org/show_bug.cgi?id=56899

  • Source/gyp/common.gypi:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r81712 r81754  
     12011-03-23  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        GYP build should default to Production configuration
     6        https://bugs.webkit.org/show_bug.cgi?id=56899
     7
     8        * Source/gyp/common.gypi:
     9
    1102011-03-22  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/gyp/common.gypi

    r81655 r81754  
    66      'Debug': {},
    77    },
     8    'default_configuration': 'Production',
    89  },
    9   'default_configuration': 'Production',
    1010}
Note: See TracChangeset for help on using the changeset viewer.