SWDEV-425605 - remove exe_options, it was unused
Change-Id: I0651f6a836d2f063caf651520de96d7675428771
[ROCm/clr commit: aacdb00759]
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
411efd9ddf
Коммит
c0c2767eba
@@ -170,8 +170,6 @@ RTCCompileProgram::RTCCompileProgram(std::string name_) : RTCProgram(name_), fgp
|
||||
compile_options_.push_back("-fms-compatibility");
|
||||
#endif
|
||||
AppendCompileOptions();
|
||||
|
||||
exe_options_.push_back("-O3");
|
||||
}
|
||||
|
||||
bool RTCCompileProgram::addSource(const std::string& source, const std::string& name) {
|
||||
|
||||
@@ -131,7 +131,6 @@ class RTCProgram {
|
||||
std::vector<char> executable_;
|
||||
|
||||
amd_comgr_data_set_t exec_input_;
|
||||
std::vector<std::string> exe_options_;
|
||||
};
|
||||
|
||||
class RTCCompileProgram : public RTCProgram {
|
||||
|
||||
Ссылка в новой задаче
Block a user