Minor fixes.
[speedometer] / Makefile
index 0650c32..c8c82dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC       = gcc
 LINK     = gcc
-CFLAGS   = -g -Wall
+CFLAGS   = -g -Wall -O0
 INCPATH  = `pkg-config --cflags gtk+-2.0 liblocation`
 LIBS     = `pkg-config --libs gtk+-2.0 liblocation`