diff --git a/recipes/reseek/meta.yaml b/recipes/reseek/meta.yaml index 8b59a2d8fb690..292cd5ae1478d 100644 --- a/recipes/reseek/meta.yaml +++ b/recipes/reseek/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 83296e5edcdccdf4848f52ff34f35b753fa9ae1d383c3347eee41ef7d26888b1 build: - number: 0 + number: 1 skip: True #[osx] run_exports: - {{ pin_subpackage(name, max_pin="x.x") }} diff --git a/recipes/reseek/vcxproj_make.py b/recipes/reseek/vcxproj_make.py index 739663b29c933..17fcc06712bb1 100644 --- a/recipes/reseek/vcxproj_make.py +++ b/recipes/reseek/vcxproj_make.py @@ -71,8 +71,8 @@ binary = ProjFileName.replace(".vcxproj", "") sys.stderr.write("binary=" + binary + "\n") -compiler_opts = " -ffast-math -march=native" -linker_opts = " -ffast-math -march=native" +compiler_opts = " -ffast-math" +linker_opts = " -ffast-math" if std: compiler_opts += " --std=" + std