Mode debug setting into Intel section
This commit is contained in:
parent
c5750a770e
commit
125b8f4809
1 changed files with 3 additions and 2 deletions
|
@ -8,14 +8,15 @@ HP_LIB := $(BUILD_DIR)/libhp.a
|
||||||
# Untested NAG support
|
# Untested NAG support
|
||||||
ifeq ($(F),nagfor)
|
ifeq ($(F),nagfor)
|
||||||
F_OPTS := -fpic -I $(BUILD_DIR)
|
F_OPTS := -fpic -I $(BUILD_DIR)
|
||||||
|
|
||||||
else
|
else
|
||||||
F_OPTS := -fpic -module $(BUILD_DIR)
|
F_OPTS := -fpic -module $(BUILD_DIR)
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef debug
|
ifdef debug
|
||||||
F_OPTS += -ggdb -debug-parameters used
|
F_OPTS += -ggdb -debug-parameters used
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
SRC := $(wildcard src/*.f90)
|
SRC := $(wildcard src/*.f90)
|
||||||
OBJ := $(SRC:src/%.f90=$(BUILD_DIR)/%.o)
|
OBJ := $(SRC:src/%.f90=$(BUILD_DIR)/%.o)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue