mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-26 02:09:55 +01:00
Remove the -DDLL_EXPORT flag which was added by default to fortran link on windows platforms
This commit is contained in:
parent
b87a761ead
commit
b0954282e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user