From 69969a7fb7160220c28e2a3c97c4eab9659beb77 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:55 +0200 Subject: [PATCH 01/32] Add codegen-units = 2 in ./imag-counter/Cargo.toml --- imag-counter/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index 138cd5c3..1c7968b7 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From 7df9b777075d75034bd73c905347ac0e7b77e0be Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:55 +0200 Subject: [PATCH 02/32] Add codegen-units = 2 in ./imag-ref/Cargo.toml --- imag-ref/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml index 9e2da2ba..07472dd7 100644 --- a/imag-ref/Cargo.toml +++ b/imag-ref/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] semver = "0.2.1" clap = "2.*" From d82db97978913669865071a5e57eb81faffc5924 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:55 +0200 Subject: [PATCH 03/32] Add codegen-units = 2 in ./imag-link/Cargo.toml --- imag-link/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 45a1705a..6e419ded 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] semver = "0.2.1" clap = "2.*" From f1b1693aa931222b77994ebf28b93027d0e9cb45 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 04/32] Add codegen-units = 2 in ./imag-todo/Cargo.toml --- imag-todo/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 08c2da68..fc8d70c4 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" glob = "0.2.11" From 14aeb2ee1bb69dfbfd90a8e5718edc65621a71cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 05/32] Add codegen-units = 2 in ./libimagref/Cargo.toml --- libimagref/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml index 59e6f6bb..6c2eaab7 100644 --- a/libimagref/Cargo.toml +++ b/libimagref/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] itertools = "0.4" log = "0.3" From df6de8e9573598c089a1c128e4ddd6f4fe275d1a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 06/32] Add codegen-units = 2 in ./libimagstore/Cargo.toml --- libimagstore/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 3815d4af..d81d3204 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] fs2 = "0.2" glob = "0.2.11" From a641db35dfdfa32f5c854173965b0bf99e286c6c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 07/32] Add codegen-units = 2 in ./libimagbookmark/Cargo.toml --- libimagbookmark/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml index b98982f4..1e724722 100644 --- a/libimagbookmark/Cargo.toml +++ b/libimagbookmark/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] log = "0.3" semver = "0.2" From 224498115156a2959ef9853ed336a459dd1fcb5b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 08/32] Add codegen-units = 2 in ./libimaginteraction/Cargo.toml --- libimaginteraction/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index 7d84f134..d55bf872 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] ansi_term = "0.7.2" clap = "2.*" From b0dab88f96669d9e08c9c8e384e57bb92794ca26 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 09/32] Add codegen-units = 2 in ./libimagstorestdhook/Cargo.toml --- libimagstorestdhook/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index b7022971..bf667a54 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] toml = "0.2.*" log = "0.3" From b51a119417936144bc0b847588de9cc5cc654964 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 10/32] Add codegen-units = 2 in ./libimagdiary/Cargo.toml --- libimagdiary/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 45bbbf4b..afb9fadd 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] chrono = "0.2" log = "0.3.5" From c14a4fe67f6c1d26d23d06aefdcdd5912479da3d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 11/32] Add codegen-units = 2 in ./.imag-documentation/Cargo.toml --- .imag-documentation/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.imag-documentation/Cargo.toml b/.imag-documentation/Cargo.toml index 58070181..217538f8 100644 --- a/.imag-documentation/Cargo.toml +++ b/.imag-documentation/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] [dependencies.libimagbookmark] From 0d710cc223a4eb2426188b8793466a96d25dbd9a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 12/32] Add codegen-units = 2 in ./libimagentryfilter/Cargo.toml --- libimagentryfilter/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index f23a09b1..7ec3cb50 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" filters = "0.1.*" From d6ec94282d8af623302e51fca78389500730adc7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 13/32] Add codegen-units = 2 in ./libimagrt/Cargo.toml --- libimagrt/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index 575081cd..703e09a5 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" env_logger = "0.3" From e9948b42bd100f26691832cb413d346ebaa68fa6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 14/32] Add codegen-units = 2 in ./libimagtimeui/Cargo.toml --- libimagtimeui/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index e679a175..a945fd7c 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" lazy_static = "0.1" From fe8b2991a15c53f3a3309063cb7cdc56ceb75b36 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 15/32] Add codegen-units = 2 in ./libimagentrymarkdown/Cargo.toml --- libimagentrymarkdown/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml index 8b6a68f9..dba33954 100644 --- a/libimagentrymarkdown/Cargo.toml +++ b/libimagentrymarkdown/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] log = "0.3" hoedown = "5.0.0" From 106b3c3a7bdbbe70b817a75c754cb04a34f68085 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 16/32] Add codegen-units = 2 in ./imag-bookmark/Cargo.toml --- imag-bookmark/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml index 5665e670..cf7d0fcf 100644 --- a/imag-bookmark/Cargo.toml +++ b/imag-bookmark/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From 1e5e7295ac519582beeda4fb42c38c0dd4bb8d8e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 17/32] Add codegen-units = 2 in ./imag-notes/Cargo.toml --- imag-notes/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml index e3074ba3..67d05df3 100644 --- a/imag-notes/Cargo.toml +++ b/imag-notes/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] semver = "0.2.1" clap = "2.*" From 633cf54e0d3cde1080b321e7af6227b3d2133ffb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 18/32] Add codegen-units = 2 in ./libimagentryselect/Cargo.toml --- libimagcounter/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index 65d759b2..719b1818 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] log = "0.3" toml = "0.2.*" From 6ef02879d6f3bb55205d51ff5ac2c009a4ea0c43 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 19/32] Add codegen-units = 2 in ./imag-diary/Cargo.toml --- imag-diary/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-diary/Cargo.toml b/imag-diary/Cargo.toml index 29d21b50..2e6a9781 100644 --- a/imag-diary/Cargo.toml +++ b/imag-diary/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] chrono = "0.2" version = "2.0" From 73ba3faf88970d7b2f921a207c8b53791d921515 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 20/32] Add codegen-units = 2 in ./imag-tag/Cargo.toml --- imag-tag/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 69e40778..dd657243 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From ae876ee99caa88de80c8fbb89ef512b46e8b4138 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 21/32] Add codegen-units = 2 in ./libimagentryview/Cargo.toml --- libimagentryview/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 8ec2b869..bfd8e93d 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] log = "0.3" toml = "0.2.*" From 5496239f66377cf40d7decd2dc7eadcbc7399951 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 22/32] Add codegen-units = 2 in ./libimagentrylist/Cargo.toml --- libimagentrylist/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 794cd814..0f7a73d1 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From 3d136372971e63a82ffdae62234a859b78d9c025 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 23/32] Add codegen-units = 2 in ./libimagentrylink/Cargo.toml --- libimagentrylink/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 810ec2d9..45dc33fe 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] itertools = "0.4" log = "0.3" From 3cb718f754fa7136e280ffeff1a94463d456cfbe Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 24/32] Add codegen-units = 2 in ./bin/Cargo.toml --- bin/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7609d6e7..62d5aa29 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] version = "2.0" walkdir = "0.1.5" From 4359749c8fe08e4166a7af2f8e0e05e7ed8ad247 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 25/32] Add codegen-units = 2 in ./libimagnotes/Cargo.toml --- libimagnotes/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index 2964b2bf..6c6401d3 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] semver = "0.2" log = "0.3" From 7faf372d6555e95b92108ed724064c22cf7a08fc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 26/32] Add codegen-units = 2 in ./libimagutil/Cargo.toml --- libimagutil/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 2088c989..6be18c2c 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] url = "1.1" boolinator = "2.4.0" From de7206aa5af304a90967919b822756551938276e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 27/32] Add codegen-units = 2 in ./libimagerror/Cargo.toml --- libimagerror/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagerror/Cargo.toml b/libimagerror/Cargo.toml index f638a735..abd368fd 100644 --- a/libimagerror/Cargo.toml +++ b/libimagerror/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] log = "0.3" ansi_term = "0.7" From 799da8319c3a29171e496bdeb596ffc7919dcedd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 28/32] Add codegen-units = 2 in ./imag-store/Cargo.toml --- imag-store/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index e98aedd8..0ae07636 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From 7d87fb6321294caded525625015d9514fe13c6da Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 29/32] Add codegen-units = 2 in ./libimagtodo/Cargo.toml --- libimagtodo/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index bf40166f..55ce75ca 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] semver = "0.2" task-hookrs = "0.2" From 74c0e0613260531389f795bf12b10ede3adfc39a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 30/32] Add codegen-units = 2 in ./imag-view/Cargo.toml --- imag-view/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index c4a7032c..32622dba 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From a6c3236289a86db219429d5bf1aef673e99ee952 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH 31/32] Add codegen-units = 2 in ./libimagentrytag/Cargo.toml --- libimagentrytag/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index aff78801..7a34a03a 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" +[profile.dev] +codegen-units = 2 + [dependencies] clap = "2.*" log = "0.3" From dfa38962e3c3df350b0603b97076ba1c22cef626 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:59:12 +0200 Subject: [PATCH 32/32] Export RUSTFLAGS with codegen-units = 2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 365c9971..e7098cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ before_script: export PATH=$HOME/.local/bin:$PATH script: - | + export RUSTFLAGS="-C codegen-units=2" if [[ "$TEST_SUITE" == "binaries" ]]; then make bin-test else # $TEST_SUITE == "libraries"