2025D01P1: done

This commit is contained in:
2025-12-09 04:20:27 +01:00
parent d106e7541d
commit 14ec3ca2da
2 changed files with 42 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ if(NOT MSVC)
set(BASE_OPTIONS
-Wall
-Wextra
-Werror
# -Werror
# fmt warnings
-Wno-deprecated-literal-operator
)
@@ -90,7 +90,7 @@ if(NOT MSVC)
else()
set(BASE_OPTIONS
/W4
/WX # warnings as errors (MSVC equivalent of -Werror)
# /WX # warnings as errors (MSVC equivalent of -Werror)
/utf-8
/Zc:__cplusplus
#/fsanitize=address # Doesn't work without Visual Studio