Skip to content

Commit

Permalink
xc8 flags added
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Jun 19, 2024
1 parent e7adccb commit 43936f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build
run: |
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -mchip=10F200 -O2 -std=C90 -o flashlight.elf flashlight.c
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -v -Os -maddrqual=ignore -v -mwarn=0 -Wa,-a -Wl,--data-init -mno-osccal -mresetbits -msave-resetbits -mno-download -mno-stackcall -mno-config -mno-default-config-bits -std=c90 -mc90lib -mstack=compiled:auto -o flashlight.elf flashlight.c

0 comments on commit 43936f2

Please sign in to comment.