diff --git a/.cproject b/.cproject index 0b2242c..23a37ba 100644 --- a/.cproject +++ b/.cproject @@ -48,15 +48,14 @@ - + - + - diff --git a/CMakeLists.txt b/CMakeLists.txt index d522890..fcf0afd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,12 +9,12 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS") # stand alone build settings ########################################################################### set(CORE_NAME TGC5C CACHE STRING "The core to build the ISS for" ) - option(FW_BUILD "Enable the automatic download and build of some firmware to run on the ISS" OFF) + option(BUILD_COMMON_FW "Enable the automatic download and build of some firmware to run on the ISS" OFF) option(ENABLE_SANITIZER "Enable address sanitizer" OFF) option(ENABLE_CLANG_TIDY "Add clang-tidy and clang-format automatically to builds" OFF) option(WITH_TCC "Build TCC backend" OFF) option(WITH_LLVM "Build LLVM backend" OFF) - option(WITH_ASMJIT "Build ASMJIT backend" ON) + option(WITH_ASMJIT "Build ASMJIT backend" OFF) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/dbt-rise-core b/dbt-rise-core index f78cc53..6a5bb0f 160000 --- a/dbt-rise-core +++ b/dbt-rise-core @@ -1 +1 @@ -Subproject commit f78cc53a33c57bbe970aea69519cdadb73ede9ab +Subproject commit 6a5bb0fe5e067c23678876716777f8e65c60636a