Preserve filenames and line numbers in ProGuard for debugging

This commit is contained in:
Robert Müller 2024-05-23 21:28:38 +02:00
parent 7de52fd46f
commit 63710a18a4

View file

@ -14,7 +14,7 @@
# Uncomment this to preserve the line number information for # Uncomment this to preserve the line number information for
# debugging stack traces. # debugging stack traces.
#-keepattributes SourceFile,LineNumberTable -keepattributes SourceFile,LineNumberTable
-keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain { -keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain {
*; *;