Changeset: b84c5f1aafad for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b84c5f1aafad Modified Files: buildtools/doc/windowsbuild.rst Branch: Apr2019 Log Message:
Remove mention of C++ compiler: we don't use it. diffs (20 lines): diff --git a/buildtools/doc/windowsbuild.rst b/buildtools/doc/windowsbuild.rst --- a/buildtools/doc/windowsbuild.rst +++ b/buildtools/doc/windowsbuild.rst @@ -709,13 +709,12 @@ Studio Tools`` -> ``Visual Studio x64 Wi (this is for a 64-bit build on a 64-bit version of the operating system). -When using the Intel compiler, you also need to set the ``CC`` and -``CXX`` variables:: +When using the Intel compiler, you also need to set the ``CC`` +variable:: set CC=icl -Qstd=c99 -GR- -Qsafeseh- - set CXX=icl -Qstd=c99 -GR- -Qsafeseh- -(These are the values for the 10.1 and 11.1 versions, for 9.1 replace +(This is the value for the 10.1 and 11.1 versions, for 9.1 replace ``-Qstd=c99`` with ``-Qc99``.) Internal Variables _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
