diff --git a/helix.changes b/helix.changes index d028ce9..a694c9d 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 19 14:19:51 UTC 2022 - Soc Virnyl Estela + +- remove disabling of debuginfo generation + ------------------------------------------------------------------- Mon May 30 23:06:18 UTC 2022 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index ad9985b..0e19fd3 100644 --- a/helix.spec +++ b/helix.spec @@ -48,9 +48,6 @@ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build %install -# Debug info for helix's runtime grammars is not needed nor make sense -%global __debug_install_post %{nil} -%global debug_package %{nil} mkdir -p %{buildroot}%{_libdir}/%{name} mkdir -p %{buildroot}%{_helix_runtimedir} @@ -64,9 +61,6 @@ ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime install -D -d -m 0755 %{buildroot}%{_bindir} ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} -# HACK for disabling debuginfo? -touch %{_builddir}/%{name}/debugsourcefiles.list - %files %license LICENSE %doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md