mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Add a note explaining why commented out
This commit is contained in:
parent
6f8804f24a
commit
f4b1e74895
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ fn build_object<'a, B: Backend<'a>>(
|
|||
let data_section = output.section_id(StandardSection::Data);
|
||||
|
||||
/*
|
||||
// Commented out because we couldn't figure out how to get it to work on mac - see https://github.com/rtfeldman/roc/pull/1323
|
||||
let comment = output.add_section(vec![], b".comment".to_vec(), SectionKind::OtherString);
|
||||
output.append_section_data(
|
||||
comment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue