Is it possible to change an .fsproj file (using a text editor) so that the “–standalone” compiler option is used when a build is triggered from visual studio?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
goto the settings of your project and open the “Build” tab – there you should see a “Other flags:” prompt. Just put your additional options there – should work.
PS: just add “–standalone” there. My testbuild grew from 13KB to over 874kb so I think it is doing it’s job 😉
