|
@@ -3,10 +3,13 @@
|
3
|
3
|
#
|
4
|
4
|
# IMPORTANT!
|
5
|
5
|
#
|
6
|
|
-# This file is deprecated. All options are gradually being migrated
|
7
|
|
-# to config.h. Only options that affect the entire build
|
8
|
|
-# (e.g. overriding the $(CC) Makefile variable) should be placed in
|
9
|
|
-# here.
|
|
6
|
+# The use of this file to set options that affect only single object
|
|
7
|
+# files is deprecated, because changing anything in this file results
|
|
8
|
+# in a complete rebuild, which is slow. All options are gradually
|
|
9
|
+# being migrated to config.h, which does not suffer from this problem.
|
|
10
|
+#
|
|
11
|
+# Only options that affect the entire build (e.g. overriding the $(CC)
|
|
12
|
+# Makefile variable) should be placed in here.
|
10
|
13
|
#
|
11
|
14
|
##############################################################################
|
12
|
15
|
##############################################################################
|