Browse Source

Revert "Mention additional MinGW compilation troubleshooting tips"

This reverts commit d7cf5991ac6285febe8ce6f4bcdef87f67c93d83.
Yeongho Kim 5 years ago
parent
commit
57fdf5c3ef
1 changed files with 0 additions and 7 deletions
  1. 0 7
      development/compiling/compiling_for_windows.rst

+ 0 - 7
development/compiling/compiling_for_windows.rst

@@ -217,13 +217,6 @@ And for 32-bit::
     sudo update-alternatives --config i686-w64-mingw32-g++
     <choose i686-w64-mingw32-g++-posix from the list>
 
-.. note::
-
-    Using certain MinGW distributions (e.g. from Homebrew) may result in a build
-    error about ``sprintf_s`` or ``wcscpy_s`` when compiling Godot. If this is
-    the case, try passing
-    ``CXXFLAGS="-DMINGW_HAS_SECURE_API"`` at the end of the SCons command line.
-
 Creating Windows export templates
 ---------------------------------