-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
アセンブラ出力を行い、artifacts に含める #290
Conversation
文字コード変換によるデグレがないことを検証することが |
@@ -105,6 +105,7 @@ | |||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
<AdditionalOptions>/source-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> | |||
<MultiProcessorCompilation>true</MultiProcessorCompilation> | |||
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
お疲れ様です。1件お願いです。
アセンブラリストの出力にUnicodeを使う、というオプションが存在するので、それも一緒に入れたいです。
#264 (comment) ←このコメントでも書いてますが。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
今 pc 環境がないので、2日後に確認します。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
アセンブラリストの出力にUnicodeを使う、というオプションが存在するので、それも一緒に入れたいです。
これを入れると、もともとのソースコードが含まれなくなるみたいだ。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
↑ サイズが半減する。(圧縮後のサイズで 5 MB → 3MB)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ま、いいか
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMです。
ご対応ありがとうございます。明日あたりUTF系PRのrebaseやっておきます |
アセンブラ出力を行い、artifacts に含める
#286: アセンブラ出力を行い、artifacts に含める
コンパイラの設定でオブジェクトファイルの生成と同時にアセンブラ出力も行う。