Skip to content

Commit

Permalink
enable warnings in default CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
rnpnr committed May 12, 2024
1 parent 352ee07 commit 777b11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ Darwin) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;;
AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;;
esac

tryflag CFLAGS -Wall
tryflag CFLAGS -pipe

# Try flags to optimize binary size
Expand Down

0 comments on commit 777b11c

Please sign in to comment.