From 909fa4f3bec1052e7535b373ea92e2abc2eefee2 Mon Sep 17 00:00:00 2001 From: Per Larsen Date: Thu, 21 Mar 2024 03:46:48 -0700 Subject: [PATCH] Revert "Temporarily set opt-level = 1 for debug builds" This reverts commit 18469a166f635050f1320adff2c249288573e826 because blocking issue #683 has now been resolved. --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e9dfce30..c6fc1b731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,13 +44,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.