Update template to modern GCC #1

Merged
thomas merged 8 commits from logan/CH32V203:master into master 2023-11-25 01:59:18 -05:00
Showing only changes of commit a891650679 - Show all commits

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(bacstat)
project(hello-world)
# set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_C_COMPILER riscv-none-embed-gcc)