diff options
Diffstat (limited to 'demo/GNUmakefile')
-rw-r--r-- | demo/GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/GNUmakefile b/demo/GNUmakefile index 474f957..18d3083 100644 --- a/demo/GNUmakefile +++ b/demo/GNUmakefile @@ -15,6 +15,9 @@ OBJCOPY := arm-none-eabi-objcopy CFLAGS := \ -I../agbx/include \ -O3 \ + -Wall \ + -Wextra \ + -Wpedantic \ -mcpu=arm7tdmi \ -nostdlib \ -std=c2x |