Skip to content

Instantly share code, notes, and snippets.

@dex4er
Last active January 4, 2016 00:39
Show Gist options
  • Save dex4er/8542972 to your computer and use it in GitHub Desktop.
Save dex4er/8542972 to your computer and use it in GitHub Desktop.
perl with clang
Configure \
-de \
-Dusedevel \
-Dcc=clang \
-Dld=clang \
-Doptimize=-O3 \
-Dusedevel \
-Ud_malloc_good_size \
-Ud_malloc_size \
-Ud_setrgid \
-Ud_setproctitle \
-Ud_setruid \
-Ud_strlcat \
-Ud_strlcpy \
-Accflags=-flto -Aldflags='-flto -Wl,-O3' \
-Alddlflags='-flto -Wl,-O3 -shared'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment