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

Preserve line number in release builds

(cherry picked from commit 0efa9402)
parent 7f4b7713
No related branches found
No related tags found
No related merge requests found
......@@ -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