File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ sub pre_workspace {
9696 print $fh " #!gbuild$crlf " ,
9797 " import ACE_ROOT$crlf " ,
9898 " import TAO_ROOT$crlf " ,
99+ ' defineConfig(Debug dbg "")' , $crlf ,
100+ ' defineConfig(Release rel "")' , $crlf ,
99101 " macro __OS_DIR=$ghs_os_dir$crlf " ,
100102 " macro __BSP_NAME=$ghs_bsp_name$crlf " ,
101103 " macro __BSP_DIR=\$ {__OS_DIR}\\\$ {__BSP_NAME}$crlf " ,
@@ -112,7 +114,8 @@ sub pre_workspace {
112114 " \t -I\$ {TAO_ROOT}$crlf " ,
113115 " \t -language=cxx$crlf " ,
114116 " \t --new_style_casts$crlf " ,
115- " \t -non_shared$crlf " ;
117+ " \t -non_shared$crlf " ,
118+ " \t {config(dbg)}-G$crlf " ;
116119}
117120
118121# Write a .int file processed by the Integrate tool to create a dynamic download image.
@@ -158,7 +161,7 @@ sub create_integrity_project {
158161 # Increase to 2MB here to cover more applications.
159162 " \t HeapSize\t\t\t 0x200000$crlf " ,
160163 " \t Task Initial$crlf " ,
161- " \t\t StackLength\t\t 0x8000 $crlf " ,
164+ " \t\t StackLength\t\t 0xa000 $crlf " ,
162165 " \t EndTask$crlf " ,
163166 " EndAddressSpace$crlf " ;
164167 close ($fh );
You can’t perform that action at this time.
0 commit comments