Title: [202046] trunk/Tools
- Revision
- 202046
- Author
- [email protected]
- Date
- 2016-06-14 09:32:50 -0700 (Tue, 14 Jun 2016)
Log Message
Activate CMake export compile commands option
https://bugs.webkit.org/show_bug.cgi?id=158734
Reviewed by Alex Christensen.
* Scripts/webkitdirs.pm:
(generateBuildSystemFromCMakeProject): Activating this option for all CMake builds.
This allows using ymcd for WebKit hacking.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (202045 => 202046)
--- trunk/Tools/ChangeLog 2016-06-14 16:32:01 UTC (rev 202045)
+++ trunk/Tools/ChangeLog 2016-06-14 16:32:50 UTC (rev 202046)
@@ -1,3 +1,14 @@
+2016-06-14 Youenn Fablet <[email protected]>
+
+ Activate CMake export compile commands option
+ https://bugs.webkit.org/show_bug.cgi?id=158734
+
+ Reviewed by Alex Christensen.
+
+ * Scripts/webkitdirs.pm:
+ (generateBuildSystemFromCMakeProject): Activating this option for all CMake builds.
+ This allows using ymcd for WebKit hacking.
+
2016-06-14 David Kilzer <[email protected]>
Modernize DumpRenderTreeMac.h
Modified: trunk/Tools/Scripts/webkitdirs.pm (202045 => 202046)
--- trunk/Tools/Scripts/webkitdirs.pm 2016-06-14 16:32:01 UTC (rev 202045)
+++ trunk/Tools/Scripts/webkitdirs.pm 2016-06-14 16:32:50 UTC (rev 202046)
@@ -1975,7 +1975,7 @@
my @args;
push @args, "-DPORT=\"$port\"";
push @args, "-DCMAKE_INSTALL_PREFIX=\"$prefixPath\"" if $prefixPath;
- push @args, "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" if isGtk();
+ push @args, "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON";
if ($config =~ /release/i) {
push @args, "-DCMAKE_BUILD_TYPE=Release";
} elsif ($config =~ /debug/i) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes