From ea12565cf44e1147b9d3c06942b0bf3a70476d42 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Mon, 5 Oct 2009 14:13:01 +0000 Subject: [PATCH] Document ROS_GENERATE_RSYM environment variable. svn path=/trunk/; revision=43301 --- reactos/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/Makefile b/reactos/Makefile index 453ea6ba60f..52c59dd049c 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -112,6 +112,10 @@ # will go from 80 to 40MB, memory usage from 58 to 38MB and the install CD # from 18 to 13MB. The variable defaults to no. # +# ROS_GENERATE_RSYM +# This variable controls generation of RSYM symbol data. The value can be +# either yes (to generate symbol data) or no. The variable defaults to yes. +# # ROS_RBUILDFLAGS # Pass parameters to rbuild. # -v Be verbose.