aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-09-07 17:45:03 +0200
committerBad Diode <bd@badd10de.dev>2021-09-07 17:45:03 +0200
commit10d0cb73c6998789756c84b8bcbd958783e679ab (patch)
tree05b5c6bed036a8d8d33e7910f29234e1c0adecb8 /Makefile
parente4d111a55e8f1d9b49e67dc98d9d2cdf418d9221 (diff)
downloaduxnrpi-10d0cb73c6998789756c84b8bcbd958783e679ab.tar.gz
uxnrpi-10d0cb73c6998789756c84b8bcbd958783e679ab.zip
Add boilerplate for initial implementation of UXN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f531a02..96c1b74 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OBJ_START = $(BUILD_DIR)/start.o
21OBJ_MAIN = $(BUILD_DIR)/main.o 21OBJ_MAIN = $(BUILD_DIR)/main.o
22SRC_LINK = $(SRC_DIR)/linker.ld 22SRC_LINK = $(SRC_DIR)/linker.ld
23 23
24CFLAGS := -Wall -ffreestanding -O2 -nostdlib -lgcc -mgeneral-regs-only 24CFLAGS := -Wall -ffreestanding -O2 -nostdlib -lgcc -mgeneral-regs-only -fstack-protector
25AFLAGS := 25AFLAGS :=
26LDFLAGS := 26LDFLAGS :=
27 27