diff options
author | Christian Pointner <equinox@anytun.org> | 2008-12-29 00:08:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-12-29 00:08:20 +0000 |
commit | 71817aff9819d5ad8cb64e8faf89f5387b329af4 (patch) | |
tree | 88f8fe5248dbcb433e8b20243fcdf80cf16036da /src | |
parent | first working version (null cipher and no auth tag) (diff) |
added -O2 to CCFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
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 |