add wall error for cxx template

This commit is contained in:
ulic-youthlic 2025-05-21 22:46:35 +08:00
parent e8317da51b
commit c949e0f9d7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,5 +1,6 @@
add_rules("mode.debug", "mode.release")
set_languages("c++26")
set_warnings("all", "error")
target("cxx-demo")
set_kind("binary")