mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-07 20:09:11 -04:00
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:
parent
29e7ac3b87
commit
205635c1aa
@ -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)
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user