mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user