mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-24 02:26:15 +02:00
ubb-patgen/Makefile (CFLAGS): -O9 is currently unsafe; use -O1
Higher optimizations can cause the generation of code that unexpectedly does the equivalent of PDFUNS = PDFUNS; http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56098
This commit is contained in:
parent
e1eea4fa86
commit
00ef01ada8
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CC = mipsel-openwrt-linux-gcc
|
CC = mipsel-openwrt-linux-gcc
|
||||||
CFLAGS = -g -Wall -O9 -I../libubb/include
|
CFLAGS = -g -Wall -O1 -I../libubb/include
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LDLIBS = -L../libubb -lubb -lm -lrt
|
LDLIBS = -L../libubb -lubb -lm -lrt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user