Date:2013-01-25 23:49:20 (11 years 2 months ago)
Author:Werner Almesberger
Commit:09de2454ef5b686fd9a8f60fe75af31c48e3f6fd
Message: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).
Files: ubb-la/Makefile (1 diff)

Change Details

ubb-la/Makefile
1111#
1212
1313CC = mipsel-openwrt-linux-gcc
14CFLAGS = -g -Wall -O0 -I../libubb/include
14CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
1515LDFLAGS =
1616LDLIBS = -L../libubb -lubb -lm -lrt
1717

Archive Download the corresponding diff file

Branches:
master



interactive