Harshula Jayasuriya
Harshula Jayasuriya
> Thanks @harshula! Does `ar` on Xcode have a different option set? Sorry, I'm not familiar with Xcode.
https://github.com/wavebitscientific/datetime-fortran/pull/75 does **not** address this issue.
Is -O3 preferred over -O2 by the fortran community?
**Notes:** ``` $ gfortran --version GNU Fortran (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10) $ ar --version GNU ar version 2.30-113.el8 ``` ``` /bin/f95 -O3 -DNDEBUG -O3 -Jinclude -c [...]/datetime-fortran.git/src/datetime_module.f90 -o...
**Notes** https://gitlab.kitware.com/cmake/cmake/-/issues/19852 > My current workaround is to set CMAKE__CREATE_STATIC_LIBRARY on macOS platforms to something along the lines of /usr/bin/xcrun libtool -static -D -o , which seems to have the...
Closing this as **wontfix** because: * On Linux, it appears that some distros are defaulting to building binutils with "--enable-deterministic-archives". * CMake should have a better mechanism to do this.