From 3fe6cfc6ca6d5fce8986b9b4e931eaf4a8ea75ec Mon Sep 17 00:00:00 2001 From: Yonit Date: Wed, 15 Jul 2009 10:11:57 +0300 Subject: added -fno-strict-overflow to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7a778d..1df51fd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -fvisibility=hidden -fPIC -DPIC -Wall -Wno-sign-compare -Werror +CFLAGS = -fvisibility=hidden -fPIC -DPIC -Wall -Wno-sign-compare -Werror -fno-strict-overflow LDFLAGS = -fPIC TARGET = RELEASE -- cgit v1.2.3