Print this page
12013 fix GCC4 as primary compiler

@@ -1,6 +1,6 @@
-VERSION=0.6.1-rc1-il-1
+VERSION=0.6.1-rc1-il-2
 
 ########################################################################
 # The following variables can be overwritten from the command line
 OS = linux
 

@@ -7,11 +7,11 @@
 
 CC ?= gcc
 LD = $(CC)
 AR = ar
 
-CFLAGS ?= -O2 -g
+CFLAGS ?= -g
 
 DESTDIR ?=
 PREFIX ?= $(HOME)
 BINDIR ?= $(PREFIX)/bin
 MANDIR ?= $(PREFIX)/share/man