This feature in e.g. V3.82 was useful to sign a package with a sign key that wasn't created with B4A. There are some threads and how-to's available in the forum.
After updating B4A to V7.30, I can't compile without signing to use JDK signing algorithms afterwards.
To compile without signing you can use the command line tool "B4ABuilder.exe" founding in your B4A program directory.
I use this parameters:
B4ABuilder.exe -Task=Build -NoSign=True -Obfuscate=True -ShowWarnings=True -Optimize=True