summaryrefslogtreecommitdiff
path: root/conf-build
diff options
context:
space:
mode:
Diffstat (limited to 'conf-build')
-rw-r--r--conf-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-build b/conf-build
index 897c50d..66258c2 100644
--- a/conf-build
+++ b/conf-build
@@ -3,7 +3,7 @@
#
#********************************************************************************
# default compiler flags - usually this shouldn't be changed
-CFLAGS='-O2 -Iinclude -fPIC -Wall'
+CFLAGS='-O2 -Iinclude -fPIC -fwrapv -Wall'
# under OmniOS the binaries are build as 32 bit version; except enabling this:
#CFLAGS='-O2 -Iinclude -Wall -fPIC -m64'
@@ -23,7 +23,7 @@ CFLAGS='-O2 -Iinclude -fPIC -Wall'
# HDRDIR=$LIBDIR/include - copy all header files into /usr/local/lib/include
#
LIBDIR=..
-HDRDIR=../include/
+HDRDIR=
#********************************************************************************
# Additional libs (object files, delimited by space, enclosed in "'")