Files
cryptsetup/lib/crypto_backend
Milan Broz a76310b53f Do not try to set compiler optimization flag if wipe is implemented in libc.
If zeroing memory is implemented through libc call (like memset_bzero),
compiler should never remove such call. It is not needed to set O0
optimization flag explicitly.

Various checkers like annocheck causes problems with these flags,
just remove it where it makes no sense.

(Moreover, we use the same pattern without compiler magic
in crypt_backend_memzero() already.)
2021-09-20 17:42:20 +02:00
..
2021-01-25 22:00:25 +01:00
2021-01-25 22:00:25 +01:00
2019-09-02 09:20:47 +00:00
2021-02-27 21:14:38 +01:00
2021-01-25 22:00:25 +01:00