From 08d5d727ee7b938f93d58f3bafa68c5ddb109eda Mon Sep 17 00:00:00 2001 From: apio Date: Tue, 14 Feb 2023 20:10:02 +0100 Subject: [PATCH] luna: Skip UBSAN.cpp in CMakeLists as that's not implemented yet --- luna/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/luna/CMakeLists.txt b/luna/CMakeLists.txt index b3eba9a3..652c341c 100644 --- a/luna/CMakeLists.txt +++ b/luna/CMakeLists.txt @@ -17,7 +17,6 @@ set(FREESTANDING_SOURCES src/DebugLog.cpp src/Heap.cpp src/Spinlock.cpp - src/UBSAN.cpp ) set(SOURCES