aboutsummaryrefslogtreecommitdiffstats
path: root/examples/library.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/library.pro')
-rw-r--r--examples/library.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/library.pro b/examples/library.pro
index 37be47e..b812082 100644
--- a/examples/library.pro
+++ b/examples/library.pro
@@ -15,10 +15,11 @@
# Save the obfuscation mapping to a file, so we can de-obfuscate any stack
# traces later on. Keep a fixed source file attribute and all line number
-# tables to actually get these stack traces.
+# tables to get line numbers in the stack traces.
# You can comment this out if you're not interested in stack traces.
-printmapping out.map
+-keepparameternames
-renamesourcefileattribute SourceFile
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
SourceFile,LineNumberTable,EnclosingMethod