1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-04 17:57:03 +00:00

Update changelog

This commit is contained in:
Carles Fernandez 2020-05-07 12:06:11 +02:00
parent 1726880898
commit 7fcd144c39
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -24,6 +24,8 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
### Improvements in Portability:
- The software can now be cross-compiled on Petalinux environments.
- Fixes building with GCC 10 (gcc-10 and above flipped a default from `-fcommon`
to `-fno-common`, causing an error due to multiple defined lambda functions).
### Improvements in Reliability: