Codebase list libcryptx-perl / be57e4f
enable ASM Karel Miko 10 years ago
1 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
55
66 my $flags = '-Isrc/ltc/headers -Isrc/ltm -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC';
77 #$flags .= ' -Wall';
8
9 if (!$ENV{CRYPTX_USE_ASM} && $Config{archname} =~ /(x86_64-cygwin|MSWin32-x64)/) {
10 # $flags .= ' -DLTC_NO_ASM';
11 }
8 $flags .= ' -DLTC_NO_ASM' if $ENV{CRYPTX_NO_ASM};
129
1310 my $class = Module::Build->subclass(
1411 class => 'My::Builder',