mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 22:53:08 +02: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:
parent
07026753de
commit
09de2454ef
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CC = mipsel-openwrt-linux-gcc
|
CC = mipsel-openwrt-linux-gcc
|
||||||
CFLAGS = -g -Wall -O0 -I../libubb/include
|
CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LDLIBS = -L../libubb -lubb -lm -lrt
|
LDLIBS = -L../libubb -lubb -lm -lrt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user