]> mj.ucw.cz Git - eval.git/commitdiff
No longer force gcc version.
authorMartin Mares <mj@ucw.cz>
Sat, 19 Jan 2008 13:45:54 +0000 (14:45 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Jan 2008 13:45:54 +0000 (14:45 +0100)
judge/Makefile

index d43ddecd2bc584b2e7e62985051eeafd1165ca69..1478b496aa798ba80a546bea212201dc9678fa73 100644 (file)
@@ -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