[haiku-webkit-commits] r410 - webkit/trunk/WebKitTools/haiku/build

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 22:51:57 +0000

Author: stippi
Date: Tue Apr 13 22:51:56 2010
New Revision: 410
URL: http://mmlr.dyndns.org/changeset/410

Log:
Enabled debug symbols. On a system with enough virtual memory, the debug build
compiles just fine. (Only linking takes 15 minutes alone...)

Modified:
   webkit/trunk/WebKitTools/haiku/build/BuildSettings

Modified: webkit/trunk/WebKitTools/haiku/build/BuildSettings
==============================================================================
--- webkit/trunk/WebKitTools/haiku/build/BuildSettings  Tue Apr 13 22:45:29 
2010        (r409)
+++ webkit/trunk/WebKitTools/haiku/build/BuildSettings  Tue Apr 13 22:51:56 
2010        (r410)
@@ -30,10 +30,10 @@
                OPTIM ?= -O2 -DNDEBUG=1 ;
        } else {
                OPTIM ?= ;
-#              CCFLAGS += -g ;
-#              C++FLAGS += -g ;
-               CCFLAGS += ;
-               C++FLAGS += ;
+               CCFLAGS += -g ;
+               C++FLAGS += -g ;
+#              CCFLAGS += ;
+#              C++FLAGS += ;
        }
 
        # setup objects location

Other related posts:

  • » [haiku-webkit-commits] r410 - webkit/trunk/WebKitTools/haiku/build - webkit