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
+1 -1
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