Skip to content

Commit

Permalink
drop pedantic from C Flags and allow extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed May 29, 2020
1 parent 8bc1230 commit 36d427b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ AM_CFLAGS = -Wall \
-std=gnu99 \
-O3 \
-Wstrict-aliasing=2 \
-fstrict-aliasing \
-pedantic
-fstrict-aliasing

lib_LTLIBRARIES = libjson.la
libjson_la_LDFLAGS = -no-undefined -version-info 0:1:0
Expand Down

0 comments on commit 36d427b

Please sign in to comment.