summaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-02 00:26:57 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-02 00:26:57 +0200
commit45f420a338ea02225bb8a98c9aca5eed8d6a23ae (patch)
tree97fdb1c8e81ba79b101b928158e5e37fa938c8f3 /compile_flags.txt
Initial commit
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
new file mode 100644
index 0000000..f8e9007
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,6 @@
+--target=riscv32
+-march=rv32im
+-nostdlib
+-std=c23
+-I.
+-Wall