From: Martin Mares Date: Sat, 19 Jan 2008 13:45:54 +0000 (+0100) Subject: No longer force gcc version. X-Git-Tag: python-dummy-working~249 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9ce9371aef00b67ee957fe8eeba7da9f031abdef;p=moe.git No longer force gcc version. --- diff --git a/judge/Makefile b/judge/Makefile index d43ddec..1478b49 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -1,4 +1,4 @@ -CC=gcc-4.1.1 +#CC=gcc-4.1.1 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Winline $(DEBUG) -std=gnu99 CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers