X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=submit%2FMakefile;h=847f15e007212a93e4a068d6099dd279b26b600b;hb=4d6c0022e700db3c7584ad5b58bbda69090ecf0d;hp=ccac81a243c93f75b0e1d10c0ee2419f7ba88e3e;hpb=47df352e2d1782e33b09d0eacccbc6144a71fcbc;p=eval.git diff --git a/submit/Makefile b/submit/Makefile index ccac81a..847f15e 100644 --- a/submit/Makefile +++ b/submit/Makefile @@ -4,6 +4,9 @@ TLSLF:=$(shell libgnutls-config --libs) CFLAGS=-O2 -Iinclude -g -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(TLSCF) LDFLAGS=$(TLSLF) +CC=gcc-4.1.1 +CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers + all: submitd connect submitd: submitd.o lib/libucw.a lib/libsh.a