From 5e6ab5e008187b45bd1eea2fdbc296130c5547b3 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Fri, 13 Sep 2024 17:26:08 +0300 Subject: [PATCH] fix build --- config/rel.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rel.mk b/config/rel.mk index fc916f3..87841a2 100644 --- a/config/rel.mk +++ b/config/rel.mk @@ -1,6 +1,7 @@ include $(config_dir)base/base.mk -this_cxxflags += -O3 +# TODO: use -O3 when GCC is fixed (clang works) +this_cxxflags += -O2 this_lint_cmd = $(prorab_lint_cmd_clang_tidy)