summaryrefslogtreecommitdiff
path: root/software/demo_gpio
diff options
context:
space:
mode:
Diffstat (limited to 'software/demo_gpio')
-rw-r--r--software/demo_gpio/.gitignore1
-rw-r--r--software/demo_gpio/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/software/demo_gpio/.gitignore b/software/demo_gpio/.gitignore
new file mode 100644
index 0000000..35566c7
--- /dev/null
+++ b/software/demo_gpio/.gitignore
@@ -0,0 +1 @@
+demo_gpio
diff --git a/software/demo_gpio/Makefile b/software/demo_gpio/Makefile
index 0a0b148..04a11b7 100644
--- a/software/demo_gpio/Makefile
+++ b/software/demo_gpio/Makefile
@@ -1,7 +1,7 @@
TARGET = demo_gpio
C_SRCS += demo_gpio.c
C_SRCS += plic_driver.c
-CFLAGS += -fno-builtin-printf -DUSE_PLIC -DUSE_M_TIME
+CFLAGS += -O2 -fno-builtin-printf -DUSE_PLIC -DUSE_M_TIME
BSP_BASE = ../../bsp
include $(BSP_BASE)/env/common.mk