Skip to content

Commit

Permalink
fix: fixed compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Nov 21, 2024
1 parent 3bd9da5 commit eb4ca39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.20)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

project(luau_debugger)
Expand Down
2 changes: 0 additions & 2 deletions cmake/toolchains/windows-clang.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set(LLVM_ROOT ${CMAKE_SOURCE_DIR}/../../LLVM)
set(CMAKE_CXX_COMPILER ${LLVM_ROOT}/bin/clang++.exe)
set(CMAKE_C_COMPILER ${LLVM_ROOT}/bin/clang.exe)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_RC_COMPILER ${LLVM_ROOT}/bin/llvm-rc.exe)

0 comments on commit eb4ca39

Please sign in to comment.