travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

Disable error on implicit declarations (GCC and clang differ) #72

Closed kquick closed 3 months ago

kquick commented 3 months ago

clang is more strict on implicit function declarations, which can cause it to fail on files that gcc is happy to compile. Make clang as permissive as gcc in this regard.