Skip to content

Commit

Permalink
indent makefile_Lara_WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tduretz committed Jun 12, 2024
1 parent ffe1e29 commit 0a8c0d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MDLIB/Makefiles/makefile_Lara_WSL
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ SET_PATH = ../SETS
CFLAGS = -std=c99 -D _UMFPACK_ -I ./include/ -I ./

ifeq ($(OPT),yes)
CFLAGS += -O3 -ftree-vectorize -funroll-loops -finline -fomit-frame-pointer -march=native
CFLAGS += -O3 -ftree-vectorize -funroll-loops -finline -fomit-frame-pointer -march=native
else
CFLAGS += -g -Wall -O0 -fno-inline -fno-omit-frame-pointer
CFLAGS += -g -Wall -O0 -fno-inline -fno-omit-frame-pointer
endif

ifeq ($(OMP),yes)
CFLAGS += -fopenmp -D _OMP_
CFLAGS += -fopenmp -D _OMP_
else
CFLAGS += -Wno-unknown-pragmas
CFLAGS += -Wno-unknown-pragmas
endif

ifeq ($(VG),yes)
CFLAGS += -D _VG_ -Wno-format-zero-length
CFLAGS += -D _VG_ -Wno-format-zero-length
endif

ifeq ($(NEW_INPUT),yes)
CFLAGS += -D _NEW_INPUT_
CFLAGS += -D _NEW_INPUT_
endif

CFLAGS += -Wno-unused-variable -Wno-comment
Expand Down

0 comments on commit 0a8c0d8

Please sign in to comment.