From d27edaf367ecbeae735b2ac24c8b3a577f0705ec Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 11 Nov 2010 12:28:57 -0500 Subject: [PATCH] enable gcc warnings --- lib/gpu/Makefile.fermi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpu/Makefile.fermi b/lib/gpu/Makefile.fermi index 1618e60c10..6858d41736 100644 --- a/lib/gpu/Makefile.fermi +++ b/lib/gpu/Makefile.fermi @@ -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