/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <string>
namespace NEO {
std::string getOfflineCompilerOptionsExt();
}