udp sockets for sam

This commit is contained in:
Jeff Becker 2017-01-29 20:38:18 -05:00
parent 3e2605490f
commit 76fd1c5c58
3 changed files with 97 additions and 22 deletions

View file

@ -1,5 +1,5 @@
# set defaults instead redefine
CXXFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -pedantic
CXXFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-misleading-indentation
INCFLAGS ?=
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time