[haiku-commits] r39056 - buildtools/trunk/jam

  • From: fredrik.holmqvist@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Oct 2010 09:31:08 +0200 (CEST)

Author: tqh
Date: 2010-10-23 09:31:08 +0200 (Sat, 23 Oct 2010)
New Revision: 39056
Changeset: http://dev.haiku-os.org/changeset/39056

Modified:
   buildtools/trunk/jam/Makefile
Log:
Enable O3 optimization for Jam.


Modified: buildtools/trunk/jam/Makefile
===================================================================
--- buildtools/trunk/jam/Makefile       2010-10-23 02:33:08 UTC (rev 39055)
+++ buildtools/trunk/jam/Makefile       2010-10-23 07:31:08 UTC (rev 39056)
@@ -1,7 +1,7 @@
 # Makefile for jam
 
 CC = cc
-CFLAGS =
+CFLAGS = -O3
 EXENAME = ./jam0
 TARGET = -o $(EXENAME)
 HOST_SYSTEM=$(shell uname)


Other related posts:

  • » [haiku-commits] r39056 - buildtools/trunk/jam - fredrik . holmqvist