Mercurial > dropbear
comparison libtommath/Makefile.in @ 1320:8493172e4f3c
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Sep 2016 21:08:32 +0800 |
parents | 24e563b90f12 |
children | 60fc6476e044 |
comparison
equal
deleted
inserted
replaced
1319:21156be2bb26 | 1320:8493172e4f3c |
---|---|
7 | 7 |
8 VPATH=@srcdir@ | 8 VPATH=@srcdir@ |
9 srcdir=@srcdir@ | 9 srcdir=@srcdir@ |
10 | 10 |
11 # So that libtommath can include Dropbear headers for options and m_burn() | 11 # So that libtommath can include Dropbear headers for options and m_burn() |
12 CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ | 12 CFLAGS += -I. -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../ |
13 | 13 |
14 ifndef IGNORE_SPEED | 14 ifndef IGNORE_SPEED |
15 | 15 |
16 #for speed | 16 #for speed |
17 #CFLAGS += -O3 -funroll-all-loops | 17 #CFLAGS += -O3 -funroll-all-loops |