Commit 957af0a
committed
Disabling LTO under Cygw (and Mingw)
Due to the changes in:
```
Commit: 3d38ae4 [3d38ae4]
Date: Monday, October 20, 2025 4:27:13 PM
Feature/link-time-optimization
```
this gives the warnings:
```
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ar: CMakeFiles/md5.dir/md5.c.o: plugin needed to handle lto object
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ranlib: ../../lib/libmd5.a(md5.c.o): plugin needed to handle lto object
```
redefining ranlib / ar / ... didn't work
Disabling lto for the mentioned platforms.1 parent 481e12d commit 957af0a
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments