Skip to content

Commit d856fa9

Browse files
committed
Update makefile for production run
1 parent e8047c6 commit d856fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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 -DDEBUG #-DOMP_COMPILE_FOR_PARALLEL -fopenmp $(GITREV)# -Wall
11+
CFLAGS := -g -std=c++11 -Wall -DOMP_COMPILE_FOR_PARALLEL -fopenmp $(GITREV)# -Wall #-DDEBUG
1212
LIB := -fopenmp
1313
INC := -I include
1414

@@ -34,4 +34,4 @@ tester:
3434
ticket:
3535
$(CXX) $(CFLAGS) spikes/ticket.cpp $(INC) $(LIB) -o bin/ticket
3636

37-
.PHONY: clean
37+
.PHONY: clean

0 commit comments

Comments
 (0)