Skip to content

Commit 533e023

Browse files
committed
Rebove debug flags
1 parent 25b223d commit 533e023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TARGET := bin/HAIL-CAESAR.exe
88
SRCEXT := cpp
99
SOURCES := $(shell find $(SRCDIR) -type f -name *.$(SRCEXT))
1010
OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o))
11-
CFLAGS := -g -std=c++11 -Wall -fopenmp $(GITREV) -Wall -DDEBUG #-DOMP_COMPILE_FOR_PARALLEL
11+
CFLAGS := -g -std=c++11 -fopenmp $(GITREV) -DOMP_COMPILE_FOR_PARALLEL #-Wall -DDEBUG
1212
LIB := -fopenmp
1313
INC := -I include
1414

0 commit comments

Comments
 (0)