Fix -m 8100 module_jit_build_options hook

This commit is contained in:
jsteube
2019-03-02 16:37:01 +01:00
parent 4cf1e75871
commit 420876c85f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use List::Util 'shuffle';
# allows require by filename
use lib "$FindBin::Bin/test_modules";
my $IS_OPTIMIZED = 0;
my $IS_OPTIMIZED = 1;
my $TYPES = [ 'single', 'passthrough', 'verify' ];