commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10016 - openbts/branches/developers/dburgess00/trunk/


From: dburgess00
Subject: [Commit-gnuradio] r10016 - openbts/branches/developers/dburgess00/trunk/CommonLibs
Date: Tue, 18 Nov 2008 17:15:58 -0700 (MST)

Author: dburgess00
Date: 2008-11-18 17:15:58 -0700 (Tue, 18 Nov 2008)
New Revision: 10016

Modified:
   openbts/branches/developers/dburgess00/trunk/CommonLibs/Makefile
Log:
Always compile BitVector.o with -O3.


Modified: openbts/branches/developers/dburgess00/trunk/CommonLibs/Makefile
===================================================================
--- openbts/branches/developers/dburgess00/trunk/CommonLibs/Makefile    
2008-11-19 00:15:28 UTC (rev 10015)
+++ openbts/branches/developers/dburgess00/trunk/CommonLibs/Makefile    
2008-11-19 00:15:58 UTC (rev 10016)
@@ -30,7 +30,7 @@
 
 
 BitVector.o: BitVector.cpp BitVector.h Vector.h
-       $(COMPILE) -o $@ $<
+       $(COMPILE) -O3 -o $@ $<
 
 BitVectorTest: BitVectorTest.cpp Vector.h BitVector.o
        $(BUILD) -o $@ $< BitVector.o





reply via email to

[Prev in Thread] Current Thread [Next in Thread]