BUILD
changeset 115 5435512761ef
parent 101 2437ccac8acd
child 116 d4ee28e845f3
--- a/BUILD	Mon Oct 02 19:10:04 2006 +0200
+++ b/BUILD	Tue Oct 03 08:17:05 2006 +0200
@@ -23,6 +23,12 @@
   the default build output is terse. To get a more verbose 
   output, you need to set the 'verbose' variable to 'y'.
 Example: scons verbose=y
+- cflags: flags for the C compiler.
+Example: scons cflags="-O3 -ffast-math"
+- cxxflags: flags for the C++ compiler.
+Example: scons cxxflags="-O3 -ffast-math"
+- ldflags: flags for the linker:
+Example: scons ldflags="-L/foo -L/bar"
 
 2) Targets
 ----------