Skip to content

Commit

Permalink
removed a few lines of unused code from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Jul 31, 2019
1 parent 35bc180 commit b2e3814
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openmp-threading/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ ifneq (,$(findstring clang,$(CC)))
CFLAGS += -fopenmp -flto
endif

# LLVM Compiler
ifeq ($(COMPILER),llvm)
CC = clang
CFLAGS += -fopenmp -flto
endif

# Intel Compiler
ifneq (,$(findstring intel,$(CC)))
CFLAGS += -qopenmp -ipo
Expand Down

0 comments on commit b2e3814

Please sign in to comment.