diff options
author | midipix <writeonce@midipix.org> | 2016-03-18 18:50:21 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-18 18:50:21 -0400 |
commit | 24efc664156da7567a4af08dd4027af75ed9e256 (patch) | |
tree | eec1990fca6f34ca3ec1d362b7aba4fd27ba575a /src/driver | |
parent | c778cc3ba304a9097f64e4f30bebf682de3759de (diff) | |
download | slibtool-24efc664156da7567a4af08dd4027af75ed9e256.tar.bz2 slibtool-24efc664156da7567a4af08dd4027af75ed9e256.tar.xz |
driver: associate --config with host heuristics.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index d1551dc..03f01b1 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -552,6 +552,7 @@ int slbt_get_driver_ctx( /* host params */ if ((cctx.drvflags & SLBT_DRIVER_HEURISTICS) + || (cctx.drvflags & SLBT_DRIVER_CONFIG) || (cctx.mode != SLBT_MODE_COMPILE)) if (slbt_init_host_params( &ctx->cctx, |