From 7ca1de9cfb62be6a8c3f4e6aa7c3b55b7155d6f5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Jun 2007 13:57:27 +0200 Subject: [PATCH] Fix options. --- submit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2