summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-09-14 03:43:07 +0000
committerDavid Schleef <ds@schleef.org>2004-09-14 03:43:07 +0000
commit454d13e13934ca7c22a7cff4ab6642215489875f (patch)
treec7a86b2a3b87a4eb4c36f85465e3fd12d60dcee6 /examples
parent51e4c6ccf5eefc0918e123c721c84433cb031636 (diff)
downloadliboil-454d13e13934ca7c22a7cff4ab6642215489875f.tar.gz
* examples/example1.c: (main): call optimize_all()
* liboil/Makefile.am: remove build_lists * liboil/liboilfunction.h: use HAVE_GNU_LINKER * testsuite/Makefile.am: add test * testsuite/proto1.c: (main):
Diffstat (limited to 'examples')
-rw-r--r--examples/example1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example1.c b/examples/example1.c
index f91844f..07996bc 100644
--- a/examples/example1.c
+++ b/examples/example1.c
@@ -12,6 +12,7 @@ int main(int argc, char *argv[])
int i;
oil_init();
+ oil_optimize_all();
src = malloc(100*sizeof(int32_t));
dest = malloc(100*sizeof(double));