Added warning about gcc 4.7.1 miscompile in COMPILING.txt

This commit is contained in:
Lorenzo Marcantonio 2012-11-28 08:38:02 +01:00
parent efdf28f67e
commit cace69a6f2
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ Compiler and basic development tools
Make sure g++, make and other tools are in your path.
If windows, then try running g++ and make from within your msys bash shell.
PLEASE NOTE: g++ 4.7.1 at least (possibly the 4.7.x series) is known to
miscompile pcbnew (it get zones wrong) with -O2; using -O1 is a suitable
workaround until they fix the compiler.
Install or Build wxWidgets
--------------------------