Skip to content

Commit

Permalink
Revert "disable UBSAN_SANITIZE"
Browse files Browse the repository at this point in the history
This reverts commit 28d48bd.

* doesn't need anymore because of dfc1467 (/lua)
  • Loading branch information
lneto committed May 31, 2024
1 parent 0232c80 commit 6710765
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ccflags-y += -D_LUNATIK -D_KERNEL -DLUNATIK_RUNTIME=$(CONFIG_LUNATIK_RUNTIME) \
-I${PWD}$(KLIBC_USR)/include/arch/$(KLIBC_ARCH)
asflags-y += -D_LUNATIK -D_KERNEL

UBSAN_SANITIZE := n

obj-$(CONFIG_LUNATIK) += lunatik.o

lunatik-objs += lua/lapi.o lua/lcode.o lua/lctype.o lua/ldebug.o lua/ldo.o \
Expand Down

0 comments on commit 6710765

Please sign in to comment.