Skip to content

Commit

Permalink
Link against bmalloc in production builds
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=132413

Reviewed by Sam Weinig.

Production builders have been configured to handle this, so let's build
it.

* Configurations/WTF.xcconfig:


Canonical link: https://commits.webkit.org/150465@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@168110 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
geoffreygaren committed May 1, 2014
1 parent 898c9ce commit a8badfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Source/WTF/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2014-04-30 Geoffrey Garen <ggaren@apple.com>

Link against bmalloc in production builds
https://bugs.webkit.org/show_bug.cgi?id=132413

Reviewed by Sam Weinig.

Production builders have been configured to handle this, so let's build
it.

* Configurations/WTF.xcconfig:

2014-05-01 Ryuan Choi <ryuan.choi@samsung.com>

[EFL] There are many warnings with software backend
Expand Down
3 changes: 0 additions & 3 deletions Source/WTF/Configurations/WTF.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ INSTALL_PATH_ACTUAL = /usr/local/lib;
PRODUCT_NAME = WTF;

GCC_SYMBOLS_PRIVATE_EXTERN = YES;

EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION));
EXCLUDED_SOURCE_FILE_NAMES_Production = libbmalloc.a;

0 comments on commit a8badfa

Please sign in to comment.