enable gcc warnings

This commit is contained in:
Axel Kohlmeyer
2010-11-11 12:28:57 -05:00
parent 630a307ae7
commit d27edaf367

View File

@ -28,7 +28,7 @@ CUDA_LIB = -L$(CUDA_HOME)/lib64 -Xlinker -rpath -Xlinker $(CUDA_HOME)/lib64 -lcu
CUDA_OPTS = -DUNIX -O3 -Xptxas -v --use_fast_math
CUDR_CPP = mpic++ -DMPI_GERYON -I$(CUDA_HOME)/include
CUDR_OPTS = -O2 -fno-rtti -fno-exceptions -mpc64 -march=native -ffast-math -funroll-loops -DMPI_GERYON
CUDR_OPTS = -O2 -Wall -fno-rtti -fno-exceptions -mpc64 -march=native -ffast-math -funroll-loops -DMPI_GERYON
BIN_DIR = ./
OBJ_DIR = ./obj