We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8047c6 commit d856fa9Copy full SHA for d856fa9
Makefile
@@ -8,7 +8,7 @@ TARGET := bin/HAIL-CAESAR.exe
8
SRCEXT := cpp
9
SOURCES := $(shell find $(SRCDIR) -type f -name *.$(SRCEXT))
10
OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o))
11
-CFLAGS := -g -std=c++11 -Wall -DDEBUG #-DOMP_COMPILE_FOR_PARALLEL -fopenmp $(GITREV)# -Wall
+CFLAGS := -g -std=c++11 -Wall -DOMP_COMPILE_FOR_PARALLEL -fopenmp $(GITREV)# -Wall #-DDEBUG
12
LIB := -fopenmp
13
INC := -I include
14
@@ -34,4 +34,4 @@ tester:
34
ticket:
35
$(CXX) $(CFLAGS) spikes/ticket.cpp $(INC) $(LIB) -o bin/ticket
36
37
-.PHONY: clean
+.PHONY: clean
0 commit comments