Changeset 10662


Ignore:
Timestamp:
10/28/08 14:28:56 (5 years ago)
Author:
eko
Message:

some optim for vint tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/brcm/linux.v24/Makefile

    r7744 r10662  
    1818 
    1919HOSTCC          = gcc 
    20 HOSTCFLAGS      = -Wall -Wstrict-prototypes -Os -fomit-frame-pointer 
     20HOSTCFLAGS      = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 
    2121 
    2222CROSS_COMPILE   = mipsel-linux- 
     
    9595CPPFLAGS := -D__KERNEL__ -I$(HPATH) 
    9696 
    97 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -Os \ 
     97CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ 
    9898          -fno-strict-aliasing -fno-common 
    9999CFLAGS += -fno-builtin-strpbrk -fno-builtin-sprintf 
Note: See TracChangeset for help on using the changeset viewer.