RESOLVED FIXED 118120
[CMake] Add STATICALLY_LINKED_WITH_WTF to JavaScriptCore project
https://bugs.webkit.org/show_bug.cgi?id=118120
Summary [CMake] Add STATICALLY_LINKED_WITH_WTF to JavaScriptCore project
Patrick R. Gansterer
Reported 2013-06-27 01:32:33 PDT
[CMake] Add STATICALLY_LINKED_WITH_WTF to JavaScriptCore project
Attachments
Patch (1.51 KB, patch)
2013-06-27 01:40 PDT, Patrick R. Gansterer
gyuyoung.kim: review+
Patrick R. Gansterer
Comment 1 2013-06-27 01:40:45 PDT
Raphael Kubo da Costa (:rakuco)
Comment 2 2013-06-30 09:41:10 PDT
Comment on attachment 205574 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205574&action=review LGTM. > Source/JavaScriptCore/CMakeLists.txt:540 > add_definitions(-DBUILDING_JavaScriptCore) > +add_definitions(-DSTATICALLY_LINKED_WITH_WTF) You could merge these into a single call.
Gyuyoung Kim
Comment 3 2013-06-30 19:07:49 PDT
Comment on attachment 205574 [details] Patch Looks fine too.
Patrick R. Gansterer
Comment 4 2013-07-04 01:55:10 PDT
Note You need to log in before you can comment on or make changes to this bug.