Remove the -DDLL_EXPORT flag which was added by default to fortran link on windows platforms

This commit is contained in:
Thomas Nagy 2016-04-21 22:37:27 +02:00
parent b87a761ead
commit b0954282e9
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 2 deletions

View File

@ -117,8 +117,6 @@ def fortran_modifier_win32(conf):
v['FCFLAGS_fcshlib'] = []
v.append_value('FCFLAGS_fcshlib', ['-DDLL_EXPORT']) # TODO adding nonstandard defines like this DLL_EXPORT is not a good idea
# Auto-import is enabled by default even without this option,
# but enabling it explicitly has the nice effect of suppressing the rather boring, debug-level messages
# that the linker emits otherwise.