aboutsummaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-04-11 19:27:43 +0530
committerAkshay Nair <phenax5@gmail.com>2026-04-11 19:27:43 +0530
commit829d9e438f4eedf9dfb15aec59510ecc14be583c (patch)
treefce8a6e3101a56a5786db2f2adeb6d01bbed051b /compile_flags.txt
downloadtemperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.tar.gz
temperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.zip
Init commit with boilerplate shit
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
new file mode 100644
index 0000000..8d56fa5
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,12 @@
+-g
+-Os
+-std=gnu99
+-Isrc
+-mmcu=attiny84a
+-I/nix/store/ivhsczriimr31rrmly0bcj03gv4qa3q7-avr-libc-avr-2.2.1/avr/include
+-L/nix/store/ivhsczriimr31rrmly0bcj03gv4qa3q7-avr-libc-avr-2.2.1/avr/lib
+-funsigned-char
+-funsigned-bitfields
+-fpack-struct
+-fshort-enums
+-Wall