[meson] remove useless note about -fvisibility-inlines-hidden
It was put there as current situation of autotools but msys2 is ok with the flag, if something like is needed for other it can handled as a local patch.
This commit is contained in:
parent
903d6a1f14
commit
749e2754c8
|
@ -45,7 +45,7 @@ add_project_arguments(cpp.get_supported_arguments([
|
|||
'-fno-rtti',
|
||||
'-fno-exceptions',
|
||||
'-fno-threadsafe-statics',
|
||||
'-fvisibility-inlines-hidden', # maybe shouldn't be applied for mingw
|
||||
'-fvisibility-inlines-hidden',
|
||||
]), language: 'cpp')
|
||||
|
||||
if host_machine.cpu_family() == 'arm' and cpp.alignment('struct { char c; }') != 1
|
||||
|
|
Loading…
Reference in New Issue