summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-02 09:00:22 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-02 09:00:22 -0400
commit301746a0bbc8098050b7fc0028a6ec8a18b27d1d (patch)
tree0288378c3fee5b94e4963f2824d60cb00b4e638f
parent08d01b65f71b47c465f6934692f43a9f3b83521e (diff)
downloadudpastcp-301746a0bbc8098050b7fc0028a6ec8a18b27d1d.tar.xz
udpastcp-301746a0bbc8098050b7fc0028a6ec8a18b27d1d.zip
Use LTO by default.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1b789c..ee1c67b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -Wextra
+CFLAGS += -Wall -Wextra -flto
LDLIBS := -lev