Revert "ruby: enable O3 optimization"

This reverts commit 64e09fac3d.

This commit should go to staging first.
main
Jörg Thalheim 2 years ago
parent f93c47b2e3
commit fe8f468f0e
No known key found for this signature in database
  1. 4
      pkgs/development/interpreters/ruby/default.nix

@ -137,10 +137,6 @@ let
(lib.enableFeature docSupport "install-doc")
(lib.withFeature jemallocSupport "jemalloc")
(lib.withFeatureAs docSupport "ridir" "${placeholder "devdoc"}/share/ri")
# ruby enables -O3 for gcc, however our compiler hardening wrapper
# overrides that by enabling `-O2` which is the minimum optimization
# needed for `_FORTIFY_SOURCE`.
] ++ lib.optional stdenv.cc.isGNU "CFLAGS=-O3" ++ [
] ++ ops stdenv.isDarwin [
# on darwin, we have /usr/include/tk.h -- so the configure script detects
# that tk is installed

Loading…
Cancel
Save