summaryrefslogtreecommitdiff
path: root/src/Makefile.osx
diff options
context:
space:
mode:
authorbustico2009-10-08 14:43:05 +0000
committerbustico2009-10-08 14:43:05 +0000
commit77aac96aaccb60bc87e721efd571988272882771 (patch)
tree8f74992330a7de1636f3fa67dd3d5591553e3a88 /src/Makefile.osx
parent193c9cecbd395e89467a00b1f40d806a83425e44 (diff)
downloadivy-c-77aac96aaccb60bc87e721efd571988272882771.zip
ivy-c-77aac96aaccb60bc87e721efd571988272882771.tar.gz
ivy-c-77aac96aaccb60bc87e721efd571988272882771.tar.bz2
ivy-c-77aac96aaccb60bc87e721efd571988272882771.tar.xz
fix compilation warning, default IVYBUS, and macosx build
Diffstat (limited to 'src/Makefile.osx')
-rw-r--r--src/Makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.osx b/src/Makefile.osx
index ff2a44c..6f353d7 100644
--- a/src/Makefile.osx
+++ b/src/Makefile.osx
@@ -45,7 +45,7 @@ CFLAGS = -g -Wall $(FPIC)
CC = $(OMPCC)
CPP = $(OMPCPP)
LIBTOOL = $(OMPLIBTOOL)
-CFLAGS = $(OMPCFLAGS)
+CFLAGS = -g -Wall -Wshadow $(FPIC)
# ------------------------------------------------------------------------------------------