[
https://issues.apache.org/jira/browse/MINIFICPP-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi resolved MINIFICPP-2199.
--------------------------------------
Resolution: Fixed
Currently it defaults to 64 bit and there is an override option for 32 bit
version, ninja generator also detects if it is running in a x86 or x64
developer prompt and uses that
> The windows build script should default to 64-bit
> -------------------------------------------------
>
> Key: MINIFICPP-2199
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2199
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Ferenc Gerlits
> Priority: Minor
>
> The {{win_build_vs.bat}} script defaults to building a 32-bit binary, and one
> has to add the {{/64}} option to build a 64-bit binary.
> If possible, it would be good if the script could detect if it's running in
> an "x86 Native Tools Command Prompt" or an "x64 Native Tools Command Prompt"
> and set the correct bitness automatically.
> If automatic detection fails, I think we should still default to a 64-bit
> build, and have a {{/32}} option to override this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)