Flake/FLACCL cmd line tools were forcing user to specify compression level,

because default comprssion level was not set properly in settings constructor.
This commit is contained in:
Grigory Chudov
2013-06-02 18:22:07 -04:00
parent 5f8a7d9652
commit fc74fc5ad5
4 changed files with 15 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\win32\Debug\</OutputPath>
<OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>