Skip to content

Commit ecb17a5

Browse files
committed
remove debug info
1 parent 1830f9b commit ecb17a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44

55
with rec {
6-
enableDebugging = true;
6+
enableDebugging = false;
77

88
libtoxcoreLocked = (libtoxcore.override { libconfig = null; }).overrideAttrs(old: {
99
name = "libtoxcore-20250101";

0 commit comments

Comments
 (0)