This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
microperl: Define NO_MATHOMS to save ~10k
authorNicholas Clark <nick@ccl4.org>
Tue, 22 Mar 2011 13:57:36 +0000 (13:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Mar 2011 09:21:48 +0000 (10:21 +0100)
(Half of a single commit by David Leadbeater)

Makefile.micro

index 567d98a..feae797 100644 (file)
@@ -1,6 +1,7 @@
 LD = $(CC)
 CCFLAGS = -c
-DEFINES = -DPERL_CORE -DPERL_MICRO -DSTANDARD_C -DPERL_USE_SAFE_PUTENV
+DEFINES = -DPERL_CORE -DPERL_MICRO -DSTANDARD_C -DPERL_USE_SAFE_PUTENV \
+         -DNO_MATHOMS
 OPTIMIZE = 
 CFLAGS = $(DEFINES) $(OPTIMIZE)
 LDFLAGS =