From: Richard M. Stallman Date: Tue, 3 Aug 1993 18:23:39 +0000 (+0000) Subject: (CRT0_COMPILE): Add -O and -Demacs. X-Git-Tag: emacs-19.34~11408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df208aafdb273f3aa0974052ba2a7cd81d0570ab;p=emacs.git (CRT0_COMPILE): Add -O and -Demacs. --- diff --git a/src/m/7300.h b/src/m/7300.h index ae07264dd88..fdb276d8ac5 100644 --- a/src/m/7300.h +++ b/src/m/7300.h @@ -106,4 +106,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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