diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2022-01-15 08:57:34 -0500 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2022-01-15 08:57:34 -0500 |
| commit | e690fb12731eb5f86d4c88400a344f65607af385 (patch) | |
| tree | ae23767956895a850acd1eb96df0eb3d8ee63e62 /src | |
| parent | 0be9d1e8877a48821e52a8f4f5de26fb2b746bee (diff) | |
| download | rust-e690fb12731eb5f86d4c88400a344f65607af385.tar.gz rust-e690fb12731eb5f86d4c88400a344f65607af385.zip | |
Add comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index 20347f18786..9b62bf41837 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ /* * TODO(antoyo): support #[inline] attributes. - * TODO(antoyo): support LTO. + * TODO(antoyo): support LTO (gcc's equivalent to Thin LTO is enabled by -fwhopr: https://stackoverflow.com/questions/64954525/does-gcc-have-thin-lto). * * TODO(antoyo): remove the patches. */ |
