Re: [cc65] Building with custom CC and CFLAGS

From: Per Olofsson <magervalp1gmail.com>
Date: 2009-09-28 08:43:47
Here's a patch to make it obvious how to compile with custom flags:

--- make/gcc.mak.org	2009-09-28 08:33:08.000000000 +0200
+++ make/gcc.mak	2009-09-28 08:34:01.000000000 +0200
@@ -13,6 +13,9 @@
 # feature of GNU make that would have given ${SYS} to every sub-make.
 MAKEOVERRIDES=

+# Set MAKE to customize build flags
+#MAKE=make CC=clang CFLAGS=-O4
+
 # The install prefix and directories
 prefix		= /usr/local
 exec_prefix	= $(prefix)
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Sep 28 08:43:57 2009

This archive was generated by hypermail 2.1.8 : 2009-09-28 08:43:59 CEST