summaryrefslogtreecommitdiffstats
path: root/build/dynamiclib.xcconfig
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:54:03 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:54:03 +0000
commit66caa8384fef368043a66c4f49aaae50cb388eb5 (patch)
treed5f7cf871a77e8197cf849ee62d242c21e52e2fa /build/dynamiclib.xcconfig
parentf3e7967fffb5de7af436eb9bad8e6009719900a0 (diff)
downloadchromium_src-66caa8384fef368043a66c4f49aaae50cb388eb5.zip
chromium_src-66caa8384fef368043a66c4f49aaae50cb388eb5.tar.gz
chromium_src-66caa8384fef368043a66c4f49aaae50cb388eb5.tar.bz2
Get the test plugin compiling and working for the Mac.
Review URL: http://codereview.chromium.org/12913 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/dynamiclib.xcconfig')
-rw-r--r--build/dynamiclib.xcconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/dynamiclib.xcconfig b/build/dynamiclib.xcconfig
new file mode 100644
index 0000000..5096ebc
--- /dev/null
+++ b/build/dynamiclib.xcconfig
@@ -0,0 +1,9 @@
+// Copyright (c) 2008 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Dynamic libs need to be position independent
+GCC_DYNAMIC_NO_PIC = NO
+
+// Dynamic libs should not have their external symbols stripped.
+STRIP_STYLE = non-global \ No newline at end of file