Skip to content

Commit

Permalink
Revert "Temporarily set opt-level = 1 for debug builds"
Browse files Browse the repository at this point in the history
This reverts commit 18469a1 because
blocking issue #683 has now been resolved.
  • Loading branch information
thedataking authored and folkertdev committed Mar 25, 2024
1 parent e5a87cc commit 0d152a5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ asm = []
bitdepth_8 = []
bitdepth_16 = []

[profile.dev]
# FIXME: The unoptimized build is currently broken since macros generate references
# to 16bpc variants of assembly routines although only 8bpc versions exist. Until then
# debugging will not work correctly. Remove once problem described here is resolved
# https://github.com/memorysafety/rav1d/pull/613#issuecomment-1846949481
opt-level = 1

[profile.opt-dev]
# The debug builds run tests very slowly so this profile keeps debug assertions
# while enabling basic optimizations. The profile is not suitable for debugging.
Expand Down

0 comments on commit 0d152a5

Please sign in to comment.