Revert "Option --assume-execute-permission"

This reverts commit 4484acf9d6.
This commit is contained in:
Markus F.X.J. Oberhumer
2020-01-08 05:38:19 +01:00
parent 643e48efd7
commit 849bdd87e1
3 changed files with 3 additions and 7 deletions
-1
View File
@@ -148,7 +148,6 @@ struct options_t {
bool preserve_build_id; // copy the build-id to the compressed binary
bool android_shlib; // keep some ElfXX_Shdr for dlopen()
bool force_pie; // choose DF_1_PIE instead of is_shlib
bool assume_execute_permission; // do not check .st_mode for S_IXUSR
} o_unix;
struct {
bool le;