Skip to content
Snippets Groups Projects
Commit 0efa9402 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Preserve line number in release builds

parent 3716d6a3
No related branches found
No related tags found
No related merge requests found
Pipeline #8966 passed with stage
in 27 minutes and 27 seconds
......@@ -6,6 +6,7 @@
-dontwarn **
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
-keepattributes SourceFile,LineNumberTable
# Do not optimize/shrink LibVLC, because of native code
-keep class org.videolan.libvlc.** { *; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment