Mercurial > dropbear
comparison libtommath/Makefile.in @ 351:e66eec4dcba7 debug-unrandom
some more debugging output
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 Aug 2006 15:31:38 +0000 |
parents | eed26cff980b |
children |
comparison
equal
deleted
inserted
replaced
348:cd14c94fe89c | 351:e66eec4dcba7 |
---|---|
7 | 7 |
8 VPATH=@srcdir@ | 8 VPATH=@srcdir@ |
9 srcdir=@srcdir@ | 9 srcdir=@srcdir@ |
10 | 10 |
11 # Dropbear takes flags from the toplevel makefile | 11 # Dropbear takes flags from the toplevel makefile |
12 CFLAGS += -I$(srcdir) | 12 CFLAGS += -I$(srcdir) -I$(srcdir)/../ |
13 | 13 |
14 #CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare | 14 #CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare |
15 | 15 |
16 #for speed | 16 #for speed |
17 #CFLAGS += -O3 -funroll-all-loops | 17 #CFLAGS += -O3 -funroll-all-loops |