1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00

(CRT0_COMPILE): Add -O and -Demacs.

This commit is contained in:
Richard M. Stallman 1993-08-03 18:23:39 +00:00
parent 520bca5791
commit df208aafdb

View 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