put mcpu in comments

This commit is contained in:
Anton-4 2021-11-15 13:43:19 +01:00
parent 030a504bd2
commit 6e23919811
6 changed files with 19 additions and 34 deletions

View file

@ -307,7 +307,7 @@ pub fn build(matches: &ArgMatches, config: BuildConfig) -> io::Result<i32> {
link_type,
surgically_link,
precompiled,
target_valgrind
target_valgrind,
);
match res_binary_path {