Skip to content
Snippets Groups Projects
Commit ed5e7195 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

define strings to prevent warnings

parent d766b595
No related branches found
No related tags found
No related merge requests found
......@@ -604,6 +604,9 @@ sub secondary_variables
$precomp_use_flags='';
}
}
$precomp_file //= '';
$precomp_build_flags //= '';
$precomp_use_flags //= '';
my $nativecheck = $cflags=~/-mtune=native/ ? ' (using native flag for -mcpu and -mtune)' :'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment