���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/home/real/node-v13.0.1/deps/openssl/openssl/Configurations/ |
# We can't make commitment to supporting Microsoft assembler, # because it would mean supporting all masm versions. This in # in turn is because masm is not really an interchangeable option, # while users tend to have reasons to stick with specific Visual # Studio versions. It's usually lesser hassle to make it work # with latest assembler, but tweaking for older versions had # proven to be daunting task. This is experimental target, for # production builds stick with [up-to-date version of] nasm. my %targets = ( "VC-WIN64A-masm" => { inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"), sub { $disabled{shared} ? () : "x86_64_uplink" } ], AS => "ml64", ASFLAGS => "/nologo /Zi", asoutflag => "/Fo", asflags => "/c /Cp /Cx", sys_id => "WIN64A", bn_asm_src => sub { return undef unless @_; my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; }, perlasm_scheme => "masm", }, );