AppImage / type2-runtime

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.
Other
22 stars 17 forks source link

Use secure build flags #42

Closed TheAssassin closed 3 months ago

TheAssassin commented 4 months ago

Introduce -Wall -Werror and other build flags to make sure that errors which the compiler would detect don't just slip through. This runtime is a critical codebase that runs on thousands if not millions of computers across the world.

probonopd commented 4 months ago

Introducing these leads to build errors which I tried to fix, please review carefully.