summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-29 00:08:20 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-29 00:08:20 +0000
commit71817aff9819d5ad8cb64e8faf89f5387b329af4 (patch)
tree88f8fe5248dbcb433e8b20243fcdf80cf16036da
parentfirst working version (null cipher and no auth tag) (diff)
added -O2 to CCFLAGS
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5339971..ca86085 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,7 +34,7 @@
TARGET=$(shell uname -s)
CC = gcc
-CCFLAGS = -g
+CCFLAGS = -g -O2
LD = gcc
LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error