afrl-rq / OpenUxAS-SoI

Project for multi-UAV cooperative decision making
Other
71 stars 38 forks source link

The release build is missing from the configuration manager #60

Closed kfu0115 closed 6 years ago

kfu0115 commented 6 years ago

Is there a release build of UxAS? I am trying to build it in release mode but the option is missing from Visual Studio. Is there no release mode of the exe? If so, why?

jonsteingass commented 6 years ago

It is possible to generate a release build of OpenUxAS for Visual Studio using meson. With the developer command prompt for VS, navigate to the OpenUxAS root directory and execute the command 'meson.py build --backend=vs --buildtype=release'