|
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/compiler_interface/compiler_options.h"
|
|
|
|
namespace NEO {
|
|
|
|
const char *CompilerOptions::debugKernelEnable = " -cl-kernel-debug-enable";
|
|
|
|
} // namespace NEO
|