Changeset 9273


Ignore:
Timestamp:
03/08/08 18:46:55 (5 years ago)
Author:
eko
Message:

-02 produces files too large, change back to -0s

File:
1 edited

Legend:

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

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