Skip to content

Commit 46c142c

Browse files
committed
modules/flashrom: passing optimization for size (-Os)
1 parent a1ba37d commit 46c142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/flashrom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flashrom_target := \
3030
INSTALL="$(INSTALL)" \
3131
DESTDIR="$(INSTALL)" \
3232
LIBS_BASE="$(INSTALL)" \
33-
CFLAGS="-I$(INSTALL)/include/libusb-1.0 -I$(INSTALL)/include/pci" \
33+
CFLAGS="-Os -I$(INSTALL)/include/libusb-1.0 -I$(INSTALL)/include/pci" \
3434
LDFLAGS="-L$(INSTALL)/lib" \
3535
$(flashrom_cfg) \
3636
$(CROSS_TOOLS) \

0 commit comments

Comments
 (0)