Re: How to specify conditional flags in user-config.jam

Shintaro Sakahara via Boost-build <[email protected]> Fri, 24 Jul 2020 08:27:30 +0900
Newsgroups gmane.comp.lib.boost.build
Message-ID <[email protected]>
I solved the problem...

> toolset.flags msvc.compile OPTIONS
> <version>msvc-clang9.0/<address-model>64 : -m64 ;

This should be

toolset.flags msvc.compile CFLAGS
<toolset>msvc-clang9.0/<address-model>64 : -m64 : unchecked ;

Thanks.

Shintaro Sakahara <[email protected]>

_______________________________________________
Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build