Skip to content
  • Albert Ziegenhagel's avatar
    bindexplib: Skip symbols containing a dot (.) · 8d754ad5
    Albert Ziegenhagel authored and Brad King's avatar Brad King committed
    Symbols including a dot are not valid and result in a `LNK1242` error
    when trying to create a library from the def file.  Such symbols happen
    to be in object files when using PGI Fortran on Windows and compiling
    with debug symbols enabled.  Those symbols do not need to be exported.
    8d754ad5