Compare commits

...
12 Commits
2 changed files with 968 additions and 589 deletions
+2 -6
View File
@@ -32,12 +32,8 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif() endif()
add_compile_options( add_compile_options(
-Werror=switch-enum # -Werror=switch-enum
-Wswitch-enum -Wswitch-enum -Wunused-variable -fPIC -fdata-sections -ffunction-sections
-Wunused-variable
-fPIC
-fdata-sections
-ffunction-sections
-fno-jump-tables # https://github.com/llvm/llvm-project/issues/54247 -fno-jump-tables # https://github.com/llvm/llvm-project/issues/54247
) )
+963 -580
View File
File diff suppressed because it is too large Load Diff