Skip to content

Commit

Permalink
Add more flags to pass new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nikulabs authored and Ben Nikula committed Jan 31, 2020
1 parent b4896d6 commit 0f77965
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
@@ -1,4 +1,4 @@
CFLAGS=-Wall -fno-strict-aliasing -fwrapv -Wstrict-prototypes -std=c99 -lm
CXXFLAGS=-Wall -fno-strict-aliasing -fwrapv -Wstrict-prototypes -std=c99 -lm -fpermissive -Wint-to-pointer-cast
all: pifm

clean:
Expand Down

0 comments on commit 0f77965

Please sign in to comment.