1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-28 21:54:32 +03:00

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

Third time lucky, I hope. -fno-tree-cselim is much more specific than
disabling all optimization and results in a considerably less severe
performance reduction (about 30-40% of -O0).
This commit is contained in:
Werner Almesberger 2013-01-25 19:49:20 -03:00
parent 07026753de
commit 09de2454ef

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