bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
218 stars 71 forks source link

Change tmc_events array to C strings #30

Closed argilo closed 4 years ago

argilo commented 4 years ago

This significantly reduces compile time, reduces the binary size by more than 800 kB, and keeps the compiler from exceeding its variable tracking size limit.

I also included a second commit which cleans up white space in the C files.

bastibl commented 4 years ago

thanks for the PRs. The module didn't receive much attention in the last year. The compile time was just ridiculous :-) I never looked into it but assumed it is probably boost spirit.