From 40726e43f1d2203aa53c61b4ec976579bd2b05ea Mon Sep 17 00:00:00 2001 From: "darbs@lt.hn" Date: Tue, 26 Mar 2024 01:49:46 +1100 Subject: [PATCH] add windows-amd64 profile --- build/profiles/windows-amd64 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build/profiles/windows-amd64 diff --git a/build/profiles/windows-amd64 b/build/profiles/windows-amd64 new file mode 100644 index 00000000..dff9048d --- /dev/null +++ b/build/profiles/windows-amd64 @@ -0,0 +1,8 @@ +[settings] +arch=x86_64 +build_type=Release +compiler=msvc +compiler.cppstd=14 +compiler.runtime=dynamic +compiler.version=193 +os=Windows