summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-04 22:21:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-04 22:21:30 (GMT)
commitf0d4ff8d29c015e389b8947e4c1883b804b7303c (patch)
tree9b264e72fc5d344c908995eb352468b88fefdd4b /unix
parentd9df4d392d528489c139f609482da610a6c4321e (diff)
parent5161961e105852e93b7331def1f5868d79bcfeb8 (diff)
downloadtk-f0d4ff8d29c015e389b8947e4c1883b804b7303c.zip
tk-f0d4ff8d29c015e389b8947e4c1883b804b7303c.tar.gz
tk-f0d4ff8d29c015e389b8947e4c1883b804b7303c.tar.bz2
[Bug 2768586]: Menu posting problem on dual monitors
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0e73871..3a20048 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -129,7 +129,7 @@ CFLAGS_WARNING = @CFLAGS_WARNING@
# The default switches for optimization or debugging
CFLAGS_DEBUG = @CFLAGS_DEBUG@
-CFLAGS_OPTIMIZE = -DNDEBUG @CFLAGS_OPTIMIZE@
+CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@
# To change the compiler switches, for example to change from optimization to
# debugging symbols, change the following line: