[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:26:46 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 31737acd30d12f7590686fa185f41d3ea7c23ee1
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sun Feb 15 19:51:04 2004 +0000
Reviewed by Dave.
* JavaScriptCore.pbproj/project.pbxproj: Tweak build styles a bit, fixing OptimizedWithSymbols,
and removing redundant settings of things that match defaults in other build styles.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6089 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 45ceae1..41442b5 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-15 Darin Adler <darin at apple.com>
+
+ Reviewed by Dave.
+
+ * JavaScriptCore.pbproj/project.pbxproj: Tweak build styles a bit, fixing OptimizedWithSymbols,
+ and removing redundant settings of things that match defaults in other build styles.
+
2004-02-13 Richard Williamson <rjw at apple.com>
Work towards the JavaScript ObjC bindings. The bindings now work for
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 9eb2484..654af55 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -9,7 +9,6 @@
buildRules = (
);
buildSettings = {
- COPY_PHASE_STRIP = NO;
DEBUG_CFLAGS = "";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
@@ -29,12 +28,9 @@
);
buildSettings = {
COPY_PHASE_STRIP = YES;
- DEBUGGING_SYMBOLS = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
INSTALL_PATH = "@executable_path/../Frameworks";
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
- ZERO_LINK = NO;
};
isa = PBXBuildStyle;
name = Deployment;
@@ -1481,9 +1477,8 @@
buildRules = (
);
buildSettings = {
- COPY_PHASE_STRIP = NO;
- DEBUG_CFLAGS = "";
INSTALL_PATH = "@executable_path/../Frameworks";
+ SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list