[pypy-svn] r38962 - pypy/dist/pypy/doc/config
pedronis at codespeak.net
pedronis at codespeak.net
Thu Feb 15 21:54:45 CET 2007
Author: pedronis
Date: Thu Feb 15 21:54:43 2007
New Revision: 38962
Modified:
pypy/dist/pypy/doc/config/translation.compilerflags.txt
pypy/dist/pypy/doc/config/translation.linkerflags.txt
Log:
document these two option for passing extra flags to C compiler/linker. mark them as experimental.
for now they result in things like: -O2 -O3. a bit odd.
Modified: pypy/dist/pypy/doc/config/translation.compilerflags.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.compilerflags.txt (original)
+++ pypy/dist/pypy/doc/config/translation.compilerflags.txt Thu Feb 15 21:54:43 2007
@@ -0,0 +1 @@
+Experimental. Specify extra flags to pass to the C compiler.
Modified: pypy/dist/pypy/doc/config/translation.linkerflags.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.linkerflags.txt (original)
+++ pypy/dist/pypy/doc/config/translation.linkerflags.txt Thu Feb 15 21:54:43 2007
@@ -0,0 +1 @@
+Experimental. Specify extra flags to pass to the linker.
More information about the Pypy-commit
mailing list