From 5af2a08cfae5b1ecc21f9be3ddc20648415c3847 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 7 Jun 2019 09:44:40 +0200 Subject: tiff example --- test/monniaux/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/rules.mk') diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk index 781b94c7..33a71a46 100644 --- a/test/monniaux/rules.mk +++ b/test/monniaux/rules.mk @@ -1,4 +1,4 @@ -ALL_CCOMPFLAGS=-fno-unprototyped +ALL_CCOMPFLAGS+=-fno-unprototyped CCOMP=ccomp-x86 CCOMPFLAGS=-g -O3 -Wall $(ALL_CCOMPFLAGS) $(ALL_CFLAGS) -- cgit