summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2016-01-26 16:59:29 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2016-01-26 16:59:29 (GMT)
commit9a6a7e39980e6125f37e6d87520ebf213ad83a4b (patch)
tree2c115d40d7c8f932a9746448ac12354bde42e89b /unix
parent1acb0742e2003b2986c75a8f0967b7a7fdd5d661 (diff)
downloadtcl-9a6a7e39980e6125f37e6d87520ebf213ad83a4b.zip
tcl-9a6a7e39980e6125f37e6d87520ebf213ad83a4b.tar.gz
tcl-9a6a7e39980e6125f37e6d87520ebf213ad83a4b.tar.bz2
using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also indirect calls
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 ed9d9fb..de21f47 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -95,7 +95,7 @@ TCL_MODULE_PATH = @TCL_MODULE_PATH@
CFLAGS_WARNING = @CFLAGS_WARNING@
# The default switches for optimization or debugging
-CFLAGS_DEBUG = @CFLAGS_DEBUG@
+CFLAGS_DEBUG = @CFLAGS_DEBUG@ @CFLAGS_OPTIMIZE@
CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@
# To change the compiler switches, for example to change from optimization to