Skip to content

Commit 391914e

Browse files
committed
remove an invalid FIXME note
Signed-off-by: onur-ozkan <[email protected]>
1 parent 8a1f803 commit 391914e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/src/lib.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -635,11 +635,12 @@ impl Build {
635635
if self.config.backtrace {
636636
features.insert("backtrace");
637637
}
638+
638639
if self.config.profiler_enabled(target) {
639640
features.insert("profiler");
640641
}
641-
// Generate memcpy, etc. FIXME: Remove this once compiler-builtins
642-
// automatically detects this target.
642+
643+
// If zkvm target, generate memcpy, etc.
643644
if target.contains("zkvm") {
644645
features.insert("compiler-builtins-mem");
645646
}

0 commit comments

Comments
 (0)