# SPDX-FileCopyrightText: © 2026 Alexandros Theodotou <alex@zrythm.org>
# SPDX-License-Identifier: CC0-1.0
include(_msvc)
include(_qt_windows)

[settings]
arch=x86_64
build_type=Release
compiler.runtime_type=Release
compiler.march=AVX

[conf]
tools.build:cflags+=["/arch:AVX"]
tools.build:cxxflags+=["/arch:AVX"]
