Skip to content

Commit

Permalink
Frontend-GNOME: remove --debug flag from launcher script
Browse files Browse the repository at this point in the history
This would be making Smuxi much slower than it needs to; since
many optimization may not be enabled when running in debug mode.

If a developer wants to still run in debug mode after this, she
still has two options:

a) Use `make run` which still launches smuxi with the --debug flag.

b) Export env var `MONO_OPTIONS=--debug` before launching smuxi.
  • Loading branch information
knocte committed Apr 16, 2024
1 parent 49a5553 commit 2f6913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend-GNOME/smuxi-frontend-gnome.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ chmod 700 $SMUXI_TMP
TMP=$SMUXI_TMP
export TMP

exec mono --debug "@expanded_libdir@/@PACKAGE@/smuxi-frontend-gnome.exe" "$@"
exec mono "@expanded_libdir@/@PACKAGE@/smuxi-frontend-gnome.exe" "$@"

0 comments on commit 2f6913b

Please sign in to comment.