diff options
Diffstat (limited to 'source/core/unix/slang-unix-cpp-compiler-util.cpp')
| -rw-r--r-- | source/core/unix/slang-unix-cpp-compiler-util.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/core/unix/slang-unix-cpp-compiler-util.cpp b/source/core/unix/slang-unix-cpp-compiler-util.cpp index a5459b665..9217c6d52 100644 --- a/source/core/unix/slang-unix-cpp-compiler-util.cpp +++ b/source/core/unix/slang-unix-cpp-compiler-util.cpp @@ -14,11 +14,11 @@ namespace Slang { -/* static */void UnixCPPCompilerUtil::calcArgs(const CPPCompileOptions& options, CommandLine& cmdLine) +/* static */void UnixCPPCompilerUtil::calcArgs(const CPPCompiler::CompileOptions& options, CommandLine& cmdLine) { - typedef CPPCompileOptions::OptimizationLevel OptimizationLevel; - typedef CPPCompileOptions::TargetType TargetType; - typedef CPPCompileOptions::DebugInfoType DebugInfoType; + typedef CPPCompiler::OptimizationLevel OptimizationLevel; + typedef CPPCompiler::TargetType TargetType; + typedef CPPCompiler::DebugInfoType DebugInfoType; cmdLine.addArg("-fvisibility=hidden"); // Use shared libraries |
