mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 22:53:08 +02:00
ubb-patgen/Makefile (CFLAGS): use more specific -O9 -fno-tree-cselim
... instead of -O0. See previous commit for details.
This commit is contained in:
parent
09de2454ef
commit
a947b5ef85
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user