Skip to content

Commit

Permalink
sys-apps/systemd: set optimizations to O2 (InBetweenNames#721)
Browse files Browse the repository at this point in the history
with -O3 it compiles fine but homectl starts acting up.
homed logins and new user creations via homectl create fail with protocol error.
  • Loading branch information
obi1 authored Jun 28, 2021
1 parent 155e621 commit 5d3cef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys-config/ltoize/files/package.cflags/optimizations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ media-libs/faad2 *FLAGS+=-fno-tree-loop-vectorize # causes subtly wrong decoding
media-libs/lcms /-O3/-O2 # Test failure
net-misc/dhcp /-O3/-O2 # Runtime failure, DHCPDISCOVER doesn't work correctly - introduced with gcc 10?
sci-libs/scotch /-O3/-O2 # Test failure
sys-apps/systemd /-O3/-O2 # causes homectl to fail with protocol error
# END: Deliberate -O3 workarounds

# BEGIN: -Ofast workarounds
Expand Down

0 comments on commit 5d3cef2

Please sign in to comment.