1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-09-29 01:20:48 +03:00

ubb-patgen/Makefile (CFLAGS): even -O1 isn't safe; use -O0 instead

In ubb-la, -O1 still exhibited problems. Didn't verify for ubb-patgen,
but let's play this safe for now.
This commit is contained in:
Werner Almesberger 2013-01-24 18:33:08 -03:00
parent 62284fb78e
commit fc4b8e720a

View File

@ -11,7 +11,7 @@
#
CC = mipsel-openwrt-linux-gcc
CFLAGS = -g -Wall -O1 -I../libubb/include
CFLAGS = -g -Wall -O0 -I../libubb/include
LDFLAGS =
LDLIBS = -L../libubb -lubb -lm -lrt