Mercurial > emacs
changeset 4443:41c3094d0ed8
(CRT0_COMPILE): Add -O and -Demacs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Aug 1993 18:23:39 +0000 |
parents | cb81eadd0df5 |
children | 0a428f48e71a |
files | src/m/7300.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/7300.h Tue Aug 03 17:45:17 1993 +0000 +++ b/src/m/7300.h Tue Aug 03 18:23:39 1993 +0000 @@ -106,4 +106,4 @@ /* Insist on using cc when compiling this. GCC may have been configured to use GAS syntax, which causes problems. */ -#define CRT0_COMPILE cc -c +#define CRT0_COMPILE cc -c -O -Demacs