]> mj.ucw.cz Git - eval.git/commitdiff
Fix options.
authorMartin Mares <mj@ucw.cz>
Sun, 10 Jun 2007 11:57:27 +0000 (13:57 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 10 Jun 2007 11:57:27 +0000 (13:57 +0200)
submit/Makefile

index 5e48d95b34d9820db53a16583e0e8c3bb438e35f..378d26892346c658662568500618b3a8210cf4f3 100644 (file)
@@ -5,7 +5,7 @@ GCRCF:=$(shell libgcrypt-config --cflags)
 CFLAGS=-O2 -Iinclude -g -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(TLSCF) $(GCRCF)
 LDFLAGS=$(TLSLF)
 
-CC=gcc-4.1.1
+#CC=gcc-4.1.1
 CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers
 LDFLAGS+=-lpthread     # FIXME: Use libucw without threads