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
|
||||
ifeq ($(F),nagfor)
|
||||
F_OPTS := -fpic -I $(BUILD_DIR)
|
||||
|
||||
else
|
||||
F_OPTS := -fpic -module $(BUILD_DIR)
|
||||
endif
|
||||
|
||||
ifdef debug
|
||||
F_OPTS += -ggdb -debug-parameters used
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
SRC := $(wildcard src/*.f90)
|
||||
OBJ := $(SRC:src/%.f90=$(BUILD_DIR)/%.o)
|
||||
|
||||
|
|
Loading…
Reference in a new issue