Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Build::Optimization Struct Reference

Optimization level (Debug / Release) More...

#include <Build.h>

Public Types

enum  Type {
  Debug ,
  Release
}
 

Static Public Member Functions

static constexpr StringView toString (Type type)
 Get StringView from Optimization::Type. More...
 

Detailed Description

Optimization level (Debug / Release)

Member Enumeration Documentation

◆ Type

Enumerator
Debug 

Optimizations set to debug.

Release 

Optimizations set to release.

Member Function Documentation

◆ toString()

static constexpr StringView SC::Build::Optimization::toString ( Type  type)
inlinestaticconstexpr

The documentation for this struct was generated from the following file: