>>109355485
>- It took 24 minutes to compile.
wtf what's your cpu? i'm on a 4 core haswell xeon and last time i compiled with --with-native-compilation=aot it took like 15 minutes (and 2.5 minutes with --with-native-compilation=yes). i used these flags
export CFLAGS="-O3 -march=native -mtune=native -fno-omit-frame-pointer -fno-plt -flto=auto"
export LDFLAGS="-Wl,-O3 -Wl,-z,now -Wl,-z,relro -Wl,--sort-common -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto -O3"