Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 13, 2024
1 parent 166a52c commit 5e6ab5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/rel.mk
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 5e6ab5e

Please sign in to comment.