From: Martin Mares Date: Sun, 10 Jun 2007 11:57:27 +0000 (+0200) Subject: Fix options. X-Git-Tag: python-dummy-working~374 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7ca1de9cfb62be6a8c3f4e6aa7c3b55b7155d6f5;p=eval.git Fix options. --- diff --git a/submit/Makefile b/submit/Makefile index 5e48d95..378d268 100644 --- a/submit/Makefile +++ b/submit/Makefile @@ -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