still some linking issues

This commit is contained in:
Martin Diehl 2014-04-30 21:13:06 +00:00
parent 2d1101cc00
commit 72c7cfc7af
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ DEBUG_OPTIONS_ifort :=-g\
#-check: checks at runtime, where
# arg_temp_created: will cause a lot of warnings because we create a bunch of temporary arrays (performance?)
# stack:
LINK_OPTIONS_gfortran :=-shared -Wl,-undefined,dynamic_lookup
LINK_OPTIONS_gfortran :=-Wl,-undefined,dynamic_lookup
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input
ifneq "$(FASTBUILD)" "YES"
COMPILE_OPTIONS_gfortran +=-ffree-line-length-132\