Possibility to apply additional build options

Change-Id: Ic654f57b462e32f464db9df94aed1061bc5a7bac
This commit is contained in:
Pawel Wilma
2019-01-24 10:00:27 +01:00
committed by sys_ocldev
parent de022cc0eb
commit 09c62ca44c
5 changed files with 39 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2018 Intel Corporation
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -57,6 +57,7 @@ cl_int Program::build(
options = (buildOptions) ? buildOptions : "";
extractInternalOptions(options);
applyAdditionalOptions();
CompilerInterface *pCompilerInterface = this->executionEnvironment.getCompilerInterface();
if (!pCompilerInterface) {