[DO-1345] fixed profiles for windows (!6)
Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/6 Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.team> Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.team>
This commit is contained in:
committed by
Aleksandr Vodyanov
parent
10d48fe2f2
commit
a6592b3f0c
13
profiles/windows_x86_64_gcc12_debug
Normal file
13
profiles/windows_x86_64_gcc12_debug
Normal file
@@ -0,0 +1,13 @@
|
||||
include(base_profiles/windows_base)
|
||||
include(options/windows_options)
|
||||
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.threads=posix
|
||||
compiler.exception=seh
|
||||
compiler.cppstd=17
|
||||
build_type=Debug
|
||||
Reference in New Issue
Block a user