Selaa lähdekoodia

Merge c3634c99fe into 9ea1b35b6e

pull/207/merge
Jacob Erlbeck 3 vuotta sitten
committed by GitHub
vanhempi
commit
a2336bcfe7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      rebar.config.script

+ 1
- 1
rebar.config.script Näytä tiedosto

@ -24,7 +24,7 @@ Config2 = case os:type() of
Else -> Else
end,
FLTO_CHECK = "echo 'int main(int argc, char *argv[]) {return 0;}' | "
++ CC ++ " -c -x c -o /dev/null -flto -",
++ CC ++ " -x c -o /dev/null -flto -",
case os:cmd(FLTO_CHECK) of
[] ->
{port_env, PortEnv} = lists:keyfind(port_env, 1, Config1),

Ladataan…
Peruuta
Tallenna