You are not logged in.

#1 2020-05-07 10:14:53

heyrict
Member
Registered: 2020-05-07
Posts: 6

[Solved] Request change in package librime: build in release mode

Currently, `librime` is built in debug mode in the packages (See https://git.archlinux.org/svntogit/comm … s/librime).

This will result in a flooding log in rime IME. Related github issue is https://github.com/rime/librime/issues/254 (Chinese).

To solve the issue, line 22 in `PKGBUILD` should be changed to ~~`cmake --build build --config Release`~~ `cmake --build build -DCMAKE_BUILD_TYPE=Release`.


----------

For users currently facing the issue of a huge log file in /tmp, starting you IME engine with environment variable `GLOG_minloglevel=2`. I only tested it with `fcitx`, but `ibus` should work too.

Last edited by heyrict (2020-05-08 04:47:26)

Offline

#2 2020-05-08 04:05:16

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: [Solved] Request change in package librime: build in release mode

Use the bug tracker to get the packagers attention

Offline

#3 2020-05-08 04:47:01

heyrict
Member
Registered: 2020-05-07
Posts: 6

Re: [Solved] Request change in package librime: build in release mode

Thanks, Allan. Didn't know there is a bug tracker (I should be more careful).

Offline

Board footer

Powered by FluxBB