Update Makefile and compiler checks so that users don't inadvertently

change mandatory compiler flags.
This commit is contained in:
Markus F.X.J. Oberhumer
2020-12-14 20:53:54 +01:00
parent 13bc031163
commit 49245a20c5
4 changed files with 87 additions and 46 deletions
+1
View File
@@ -255,6 +255,7 @@ static void unlink_ofile(char *oname) {
}
void do_files(int i, int argc, char *argv[]) {
upx_compiler_sanity_check();
if (opt->verbose >= 1) {
show_head();
UiPacker::uiHeader();