From 9ce9371aef00b67ee957fe8eeba7da9f031abdef Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Jan 2008 14:45:54 +0100 Subject: [PATCH] No longer force gcc version. --- judge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2