Skip to content

Commit

Permalink
defconfigs: Enable assert configuration option
Browse files Browse the repository at this point in the history
After fixing issue with unitialized `fd` part of the `Transformer`
structure, the commented out assert configuration options are no longer
required. Remove them.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
  • Loading branch information
razvand committed Oct 8, 2023
1 parent 13b0ed2 commit abae8a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion defconfigs/fc-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CONFIG_UK_DEFNAME="L2E"
CONFIG_PLAT_KVM=y
CONFIG_KVM_VMM_FIRECRACKER=y
CONFIG_LIBUKBOOT_BANNER_NONE=y
# CONFIG_LIBUKDEBUG_ENABLE_ASSERT is not set
CONFIG_LIBMUSL=y
CONFIG_LIBLWIP=y
CONFIG_OPTIMIZE_DEADELIM=y
Expand Down
1 change: 0 additions & 1 deletion defconfigs/qemu-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CONFIG_UK_DEFNAME="L2E"
CONFIG_PLAT_KVM=y
CONFIG_LIBUKBOOT_BANNER_NONE=y
CONFIG_LIBUKBUS=y
# CONFIG_LIBUKDEBUG_ENABLE_ASSERT is not set
CONFIG_LIBUKSGLIST=y
CONFIG_OPTIMIZE_DEADELIM=y
CONFIG_OPTIMIZE_LTO=y
Expand Down

0 comments on commit abae8a5

Please sign in to comment.