git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8642 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-08-14 14:15:28 +00:00
parent 77c7d4c711
commit 14e3a6e2c9
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ OBJ = $(SRC:.cpp=.o)
# ------ SETTINGS ------
CC = g++
CCFLAGS = -O -g -Wall #-Wno-deprecated
CCFLAGS = -O -g -fPIC -Wall #-Wno-deprecated
ARCHIVE = ar
ARCHFLAG = -rc
DEPFLAGS = -M

View File

@ -67,7 +67,7 @@ OBJ = $(SRC:.cpp=.o)
# ------ SETTINGS ------
CC = icc
CCFLAGS = -O -Wall -Wcheck -wd869,981,1572
CCFLAGS = -O -fPIC -Wall -Wcheck -wd869,981,1572
ARCHIVE = ar
ARCHFLAG = -rc
DEPFLAGS = -M

View File

@ -67,7 +67,7 @@ OBJ = $(SRC:.cpp=.o)
# ------ SETTINGS ------
CC = CC
CCFLAGS = -O -g -Wall #-Wno-deprecated
CCFLAGS = -O -fPIC -g -Wall #-Wno-deprecated
ARCHIVE = ar
ARCHFLAG = -rc
DEPFLAGS = -M