增加printf,强制约束程序最终输出,避免程序优化时,出现退出问题
parent
39e4e93f60
commit
f318cef17e
|
@ -435,7 +435,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
printf("prorgam voering\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LocalDebuggerCommandArguments>-id D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\lee_filter -od D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\out_result -iodf T3 -ang D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\incidence.dat -ofr 0 -ofc 0 -fnr 8064 -fnc 7086 -fr 5.3 -un 0 -th1 100.0 -th2 700.0</LocalDebuggerCommandArguments>
|
<LocalDebuggerCommandArguments>-id D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\lee_filter -od D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\out_result -iodf T3 -ang D:\codestorage\testpolsarpro50\prosarpro_sufarce_oh2004\testpolsarpro50\testpolsarpro50\testpolsarpro50\TestData\TempData\incidence.dat -ofr 0 -ofc 0 -fnr 8064 -fnc 7086 -fr 5.3 -un 0 -th1 1 -th2 7</LocalDebuggerCommandArguments>
|
||||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue