Skip to content

Commit

Permalink
correct oe option default value to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Dec 11, 2023
1 parent 4fce473 commit 55cbb59
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions bld/cc/gml/options.gml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@

:option. ft
:target. any
:enumerate. file_83
:usage. check for truncated versions of file names
:jusage. 切り詰めたファイル名をチェックします

Expand All @@ -589,6 +590,7 @@

:option. fx
:target. any
:enumerate. file_83
:usage. do not check for truncated versions of file names
:jusage. 切り詰めたファイル名をチェックしません

Expand Down Expand Up @@ -671,6 +673,20 @@
:usage. generate DWARF debugging information
:jusage. DWARFデバッグ情報を生成します

:option. hda
:target. any
:enumerate. dbg_output
:internal.
:usage. generate DWARF debugging information
:jusage. DWARFデバッグ情報を生成します

:option. hdg
:target. any
:enumerate. dbg_output
:internal.
:usage. generate DWARF debugging information
:jusage. DWARFデバッグ情報を生成します

:option. hc
:target. any
:enumerate. dbg_output
Expand Down Expand Up @@ -775,7 +791,7 @@

:option. oe
:target. any
:number. checkOENumber 100
:number. checkOENumber 20
:usage. expand user functions inline (<num> controls max size)
:jusage. ユーザ関数をインライン展開します(<num>は最大サイズを制御します)

Expand Down Expand Up @@ -1075,8 +1091,8 @@

:option. z\am z\Am
:target. any
:usage. disable all non-ISO compliant names (macros, symbols)
:jusage. disable all non-ISO compliant names (macros, symbols)
:usage. disable old non-ISO compliant names (macros, symbols)
:jusage. disable old non-ISO compliant names (macros, symbols)

:option. zc
:target. i86 386
Expand Down Expand Up @@ -1259,7 +1275,7 @@

:option. zt
:target. i86 386
:number. SetDataThreshold 256
:number. checkDataThreshold 256
:usage. far data threshold (i.e., larger objects go in far memory)
:jusage. farデータ敷居値(つまり, 敷居値より大きいオブジェクトをfarメモリに置きます)

Expand Down
2 changes: 1 addition & 1 deletion bld/plusplus/gml/options.gml
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@

:option. oe
:target. any
:number. checkOENumber 100
:number. checkOENumber 20
:usage. expand user functions inline (<num> controls max size)
:jusage. ユーザ関数をインライン展開します(<num>は最大サイズを制御します)

Expand Down

0 comments on commit 55cbb59

Please sign in to comment.