Skip to content
Snippets Groups Projects
Commit c5adead1 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/awesome: build with -fcommon

GCC10 builds with `-fno-common` by default. This results into 'multiple
definition' errors in projects that define the same variable multiple
times.

The proper fix is to adjust the source, but in this cases there are many
instances, so build with `-fcommon` for now.
parent 4bf601df
No related branches found
No related tags found
Loading
Pipeline #65241 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment