fortran-lang / fpm

Fortran Package Manager (fpm)
https://fpm.fortran-lang.org
MIT License
844 stars 95 forks source link

Retain dynamically generated reponse file for ar command during build #1053

Open gwenning-arcfield opened 1 week ago

gwenning-arcfield commented 1 week ago

Description

fpm appears to generate a response file for input into the ar emulator. See sample fpm -verbose output below: ar -rs build\gfortran_4052131EE03EE371\opl\libopl.a **@build\gfortran_4052131EE03EE371\opl\libopl.a.resp** The generated file libopl.a.resp appears to be deleted at completion of the build. I would like for fpm to retain it for interrogation.

Possible Solution

No response

Additional Information

No response