Author: anonymissimus
Date: Fri Mar 30 17:44:34 2012
New Revision: 53696

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53696&view=rev
Log:
add a note to README about -march=native

backported from trunk r53393

Modified:
    branches/1.10/projectfiles/CodeBlocks/README.txt

Modified: branches/1.10/projectfiles/CodeBlocks/README.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.10/projectfiles/CodeBlocks/README.txt?rev=53696&r1=53695&r2=53696&view=diff
==============================================================================
--- branches/1.10/projectfiles/CodeBlocks/README.txt (original)
+++ branches/1.10/projectfiles/CodeBlocks/README.txt Fri Mar 30 17:44:34 2012
@@ -44,3 +44,10 @@
 10. To be able to execute the program, copy all *.dll files from your
 installation folder of the most recent official windows wesnoth development
 release into wesnoth_root/.
+
+note:
+Executables created by this built system cannot easily be shared with
+other computers due to the currently set -march=native option.
+If you happen to meet such a problem, try removing it. (right-click
+projects wesnoth and wesnothd>project settings>project's build options
+>other options)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to