Skip to content

Commit

Permalink
use -O2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jun 12, 2024
1 parent adb2f49 commit 46aa98b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/rel.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
include $(config_dir)base/base.mk

this_cxxflags += -O3
# TODO: set optimization back to -O3 when Debian Bookworm GCC is fixed
this_cxxflags += -O2

# TODO: enable lint
# this_lint_cmd = $(prorab_lint_cmd_clang_tidy)

# WORKAROUND: on ubuntu jammy dpkg-buildpackage passes -ffat-lto-objects compilation flag
Expand Down

0 comments on commit 46aa98b

Please sign in to comment.