diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-20 14:00:19 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-20 14:00:19 -0700 |
commit | 46b1473b6a544d7a5c1f3964b4630340e09f1a97 (patch) | |
tree | e69e25739cff43fcd98380a2851c730d1fabe1a9 | |
parent | 2c94d5baaec9e65550df942cf976db48bd36d9b5 (diff) | |
download | stm32l4-46b1473b6a544d7a5c1f3964b4630340e09f1a97.tar.gz stm32l4-46b1473b6a544d7a5c1f3964b4630340e09f1a97.tar.bz2 stm32l4-46b1473b6a544d7a5c1f3964b4630340e09f1a97.zip |
Add compile_flags.txt
Turns out each flag needs to be on its own newline. That's so annoying!!
-rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..82224ce --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,3 @@ +-Iinclude +-Itest_harness +-Iinclude/arch/x86_64/ |