summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-04-29 09:28:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-04-29 09:28:11 -0700
commitbf12cc6c7830937b4c1a3df46294e74bea749a5f (patch)
tree26d1469538c00c5aa4c3aa49752126ed1f29f1de /etc/PROBLEMS
parenta0aac5741ec27465145fbb283bf095352ba19b58 (diff)
downloademacs-bf12cc6c7830937b4c1a3df46294e74bea749a5f.tar.gz
Advise CFLAGS= operand, not in environment, when configuring
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d19efaae68d..8fb3d746102 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -126,7 +126,7 @@ This version of GCC is buggy: see
You can work around this error in gcc-4.5 by omitting sibling call
optimization. To do this, configure Emacs with
- CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
+ ./configure CFLAGS="-g -O2 -fno-optimize-sibling-calls"
** Emacs compiled with GCC 4.6.1 crashes on MS-Windows when C-g is pressed