1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00
serenity/Ports/chocolate-doom/patches/ReadMe.md
2023-05-13 17:52:58 -06:00

11 lines
317 B
Markdown

# Patches for chocolate-doom on SerenityOS
## `0001-Remove-redundant-demoextend-definition.patch`
Remove redundant demoextend definition
GCC 10 enables -fno-common by default, which causes the linker to fail when
there are multple definitions of a global variable.
See https://gcc.gnu.org/gcc-10/porting_to.html