diff options
Diffstat (limited to 'doc/release_process.rst')
-rw-r--r-- | doc/release_process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst index 7ad8aa214..89f9b4686 100644 --- a/doc/release_process.rst +++ b/doc/release_process.rst @@ -49,7 +49,7 @@ Build The Windows Installer On Windows, run ``configure.py`` to setup a build:: - $ python ./configure.py --cc=msvc --cpu=$ARCH --enable-ssse3 + $ python ./configure.py --cc=msvc --cpu=$ARCH --enable-ssse3 --distribution-info=unmodified The ``--enable-ssse3`` looks unsafe, but in fact under Visual C++ we do not compile with any special CPU specific flags, so this merely has |