1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-01-30 13:01:05 +02:00
Werner Almesberger bac21bf8cb ubb-la/Makefile (CFLAGS): even -O1 isn't safe; use -O0 instead
While -O1 gets rid of the unexpected read in the simple code of a synthetic
test, it's still there in the more complex environment we have in ubb-la.c
Turning off optimization completely seems to do the trick.
2013-01-24 17:35:52 -03:00
..