Date:2013-01-25 23:55:49 (11 years 2 months ago)
Author:Werner Almesberger
Commit:a947b5ef85bd0ae9be11fd50ad5c3cc8356e1a44
Message:ubb-patgen/Makefile (CFLAGS): use more specific -O9 -fno-tree-cselim

... instead of -O0. See previous commit for details.
Files: ubb-patgen/Makefile (1 diff)

Change Details

ubb-patgen/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