言語関係(VC++)
日本語のMSDNとかに訳されていないっぽい箇所があったので。
| /GZ (Catch Release-Build Errors in Debug Build)
| http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/vcrefgz(catchrelease-builderrorsindebugbuild).asp
> /GZ initializes all local variables not explicitly initialized by the program. It fills all memory used by these variables with 0xCC.
VC++のコンパイラでデバッグビルドを実行する際は、ヒープ領域を0XCCで初期化してある。
このことが、リリースビルド時に発生する想定外のバグや警告の原因となっていることがある、ということ。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| /GZ (Catch Release-Build Errors in Debug Build)
| http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/vcrefgz(catchrelease-builderrorsindebugbuild).asp
> /GZ initializes all local variables not explicitly initialized by the program. It fills all memory used by these variables with 0xCC.
VC++のコンパイラでデバッグビルドを実行する際は、ヒープ領域を0XCCで初期化してある。
このことが、リリースビルド時に発生する想定外のバグや警告の原因となっていることがある、ということ。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tag : コンパイルオプション VC++

![仮面ライダーW Vol.1 [DVD]](http://images.amazon.com/images/P/B002R8DJAG.09.MZZZZZZZ.jpg)
![劇場版 超・仮面ライダー電王&ディケイド NEOジェネレーションズ 鬼ヶ島の戦艦 ディレクターズカット版 [DVD]](http://images.amazon.com/images/P/B002WEBZRO.09.MZZZZZZZ.jpg)


