/* * Copyright (C) 2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace OCLRT { struct CompilerOptions { static const char *debugKernelEnable; }; } // namespace OCLRT