Skip to content

Commit

Permalink
Use debug runtime for trace dump
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 8, 2024
1 parent 1f86168 commit eebe920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ runtime:
cargo b --release -p cairo-native-runtime && cp target/release/libcairo_native_runtime.a .

runtime-with-trace-dump:
cargo b --release -p cairo-native-runtime --features=with-trace-dump && cp target/release/libcairo_native_runtime.a .
cargo b -p cairo-native-runtime --features=with-trace-dump && cp target/debug/libcairo_native_runtime.a .

.PHONY: runtime-ci
runtime-ci:
Expand Down

0 comments on commit eebe920

Please sign in to comment.