16 lines
182 B
C
16 lines
182 B
C
![]() |
/*
|
||
|
* Copyright (C) 2025 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
std::string getOfflineCompilerOptionsExt();
|
||
|
|
||
|
}
|