1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-28 22:49:48 +03:00

ubb-patgen/Makefile (CFLAGS): use more specific -O9 -fno-tree-cselim

... instead of -O0. See previous commit for details.
This commit is contained in:
Werner Almesberger 2013-01-25 19:55:49 -03:00
parent 09de2454ef
commit a947b5ef85

View File

@ -11,7 +11,7 @@
#
CC = mipsel-openwrt-linux-gcc
CFLAGS = -g -Wall -O0 -I../libubb/include
CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
LDFLAGS =
LDLIBS = -L../libubb -lubb -lm -lrt