From 9156d86009d8343b2e39d8f33b1718f4a7f8ac52 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 23 Dec 1999 13:29:26 +0000 Subject: Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS contains -O0 to disable optimizations. This can be disabled by using the appropiate parameter. --- Zend/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Zend/Makefile.am') diff --git a/Zend/Makefile.am b/Zend/Makefile.am index 9a78e162d3..190170c728 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -20,7 +20,7 @@ libZend_la_SOURCES=\ libZend_la_LIBADD = $(ZEND_SCANNER) libZend_la_LDFLAGS = @EXTRA_LIBS@ libZend_la_DEPENDENCIES = $(ZEND_SCANNER) - + # automake isn't too clever about "non-standard" use of lex and yacc zend-scanner.l: zend-parser.h @@ -35,3 +35,5 @@ zend-parser.h: zend-parser.c zend-parser.c: zend-parser.y $(YACC) -p zend -v -d $(srcdir)/zend-parser.y -o zend-parser.c +zend_execute.lo: $(srcdir)/zend_execute.c + $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAGS) -c $(srcdir)/zend_execute.c -- cgit v1.2.1