سؤال

Is it possible to compile an F# program from the command line for a specific architecture, without a project file or using MSBUILD?

هل كانت مفيدة؟

المحلول

--platform:[x86|Itanium|x64|anycpu]

For example: fsc --platform:x86 ...

See here for the full set of options.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top