Skip to content

Commit

Permalink
Build with -Wextra and -pedantic compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Jan 18, 2023
1 parent e6e12ce commit 76a8ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/sh

CC = cc
# Warning: Do not compile with -O
FLAGS = -Wall -std=c99
FLAGS = -std=c99 -Wall -Wextra -pedantic

BUILD_DIR := ./build
SRC_DIR := ./src
Expand Down

0 comments on commit 76a8ce1

Please sign in to comment.