diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-04-23 08:21:12 +0800 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-04-23 08:21:12 +0800 |
commit | 36e342fb5dbfdc339cfc86015cf0bd90bea44e8a (patch) | |
tree | 19cf5413468fd2b449b65707b5721960cbd904f5 /Makefile | |
parent | 793788771dcf70b2ff2c7c082517f33239bf719d (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ # Simply comment out if not, and replace as needed. # Other CFLAGS lines *are* required. # -CFLAGS = -g -w -Wsequence-point -O2 -finline-functions -I/usr/local/include +CFLAGS = -g -w -Wall -O2 -finline-functions -I/usr/local/include # Decide on what to build. Options are: # emma - Simple 'breadboard' computer. |