From d9d2d9175f0e52d873e5bf9210a1f35fd3a49b7c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 May 2025 21:34:17 +0000 Subject: driver: pe_lib_get_unit_ctx(): added handling of archives and archive members. --- src/driver/pe_amain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/driver/pe_amain.c') diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c index 173f391..606184d 100644 --- a/src/driver/pe_amain.c +++ b/src/driver/pe_amain.c @@ -13,7 +13,10 @@ #ifndef PERK_DRIVER_FLAGS #define PERK_DRIVER_FLAGS PERK_DRIVER_VERBOSITY_ERRORS \ - | PERK_DRIVER_VERBOSITY_UTILITY + | PERK_DRIVER_VERBOSITY_UTILITY \ + | PERK_DRIVER_AR_STRICT_PE \ + | PERK_DRIVER_AR_STRICT_PE_ARCH \ + | PERK_DRIVER_AR_OBJECT_VECTOR #endif static const char vermsg[] = "%s%s%s (git://midipix.org/perk): " -- cgit v1.2.3