From 24efc664156da7567a4af08dd4027af75ed9e256 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 18 Mar 2016 18:50:21 -0400 Subject: driver: associate --config with host heuristics. --- src/driver/slbt_driver_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, -- cgit v1.2.3