@@ -6,6 +6,10 @@ add_requires("nazaraengine", { debug = is_mode("debug") })
set_languages("c++20")
set_warnings("all")
if is_mode("release") then
set_warnings("all", "error")
end
target("BlitzLib")
set_kind("static")
add_files("src/blitz/**.cpp")
The note is not visible to the blocked user.