From bfac49068103f2ed1c498a198a90b9e0cf992270 Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Fri, 13 Dec 2024 15:16:32 +0000 Subject: [PATCH] Remove old references to YKD_NEW_CODEGEN --- .buildbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildbot.sh b/.buildbot.sh index 233a90e..dc54277 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -49,11 +49,11 @@ YKB_YKLLVM_BUILD_ARGS="define:CMAKE_C_COMPILER=/usr/bin/clang,define:CMAKE_CXX_C export PATH=`pwd`/bin:${PATH} cd .. -YKD_NEW_CODEGEN=1 YK_BUILD_TYPE=debug make -j `nproc` +YK_BUILD_TYPE=debug make -j `nproc` # Run the bundled test suite. cd tests -YKD_NEW_CODEGEN=1 YKD_SERIALISE_COMPILATION=1 ../src/lua -e"_U=true" all.lua +YKD_SERIALISE_COMPILATION=1 ../src/lua -e"_U=true" all.lua cd .. # Run third-party test suites.