Must turn off the Fortran optimizer when compiling deep65.f90 !!

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4600 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-11-15 14:54:13 +00:00
parent 29e7ac3b87
commit 205635c1aa

View File

@ -157,6 +157,7 @@ set (CXXSRCS
add_definitions (-DBIGSYM=1)
set_source_files_properties (sec_midn.f90 PROPERTIES COMPILE_FLAGS -fno-second-underscore)
set_source_files_properties (deep65.f90 PROPERTIES COMPILE_FLAGS -O0)
#