diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-06 13:21:32 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-06 13:21:32 -0400 |
commit | c68c67ce7d88dcfc9db29e572d60e1c43ddb2519 (patch) | |
tree | 65bc8f8a1e207e5af041b376622f7b1d720afbd0 /Makefile | |
parent | c58e2fa1335322c699a16fa8e12390d0b137b03e (diff) | |
download | udpastcp-c68c67ce7d88dcfc9db29e572d60e1c43ddb2519.tar.xz udpastcp-c68c67ce7d88dcfc9db29e572d60e1c43ddb2519.zip |
Miscellaneous improvements.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wextra +CFLAGS += -Wall -Wextra -Wwrite-strings -std=c99 -D_BSD_SOURCE -D_DEFAULT_SOURCE LDLIBS := -lev |