We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2adab27 + 04407fa commit 4fce2b6Copy full SHA for 4fce2b6
ext/extconf.rb
@@ -27,7 +27,7 @@
27
# darwin nix clang doesn't support lto
28
# disable -lto flag for darwin + nix
29
# see: https://github.com/sass/sassc-ruby/issues/148
30
-enable_lto_by_default = (Gem::Platform.local.os == "darwin" && !ENV['NIX_CC'].nil?)
+enable_lto_by_default = (Gem::Platform.local.os == "darwin" && ENV['NIX_CC'].nil?)
31
32
if enable_config('lto', enable_lto_by_default)
33
$CFLAGS << ' -flto'
0 commit comments