pkg: fedora: Disable debug symbols

This commit is contained in:
Maximilian Luz 2023-06-08 10:02:08 +02:00
parent 6d9994d630
commit 0a7f2c3030
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -2,6 +2,16 @@
## Config options specific to Fedora
##
# The build fails because this is not enabled in the config set for RHEL,
# but enabled automatically by one of our patches.
## The build fails because this is not enabled in the config set for RHEL,
## but enabled automatically by one of our patches.
CONFIG_VIDEO_V4L2_SUBDEV_API=y
## Building on GitHub fails when debug symbols are enabled due to the amount of
## disk space required. Disable them.
CONFIG_DEBUG_INFO_NONE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_INFO_BTF is not set
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set