anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1.02k stars 218 forks source link

Remove warning options to build easier #86

Open RJMultiDev opened 4 months ago

RJMultiDev commented 4 months ago

This edit removed warning options in src/Makefile to help people who can't code. If you want to find some bug,please add options '-Wall -Wextra -Werror' by yourself. @anestisb ,merge it please and more people could build it.