diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-08-03 18:23:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-08-03 18:23:39 +0000 |
commit | df208aafdb273f3aa0974052ba2a7cd81d0570ab (patch) | |
tree | 7d3dec66d1facb1c938bc0bca30209e68d7df8ab /src/m/7300.h | |
parent | 520bca5791273310fcbacdc282ada4ab108d70a9 (diff) | |
download | emacs-df208aafdb273f3aa0974052ba2a7cd81d0570ab.tar.gz |
(CRT0_COMPILE): Add -O and -Demacs.
Diffstat (limited to 'src/m/7300.h')
-rw-r--r-- | src/m/7300.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |