]> git.eshelyaron.com Git - emacs.git/commitdiff
(CRT0_COMPILE): Add -O and -Demacs.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Aug 1993 18:23:39 +0000 (18:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Aug 1993 18:23:39 +0000 (18:23 +0000)
src/m/7300.h

index ae07264dd8824fd4b929a10bf3b4378ef00a814c..fdb276d8ac5f414261b0d64c386a8305237e65ed 100644 (file)
@@ -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