summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit <yhalperi@redhat.com>2009-07-15 10:11:57 +0300
committerYonit <yhalperi@redhat.com>2009-07-15 10:11:57 +0300
commit3fe6cfc6ca6d5fce8986b9b4e931eaf4a8ea75ec (patch)
tree1cfe7821e42ecd392b45f875bae2dc1e7602b163
parente3cf8ba5350388174f03aa3943e137e6e3e7e140 (diff)
added -fno-strict-overflow to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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