View Single Post
Old 31 August 2016, 21:40   #63
Enverex
Fantasy Man!
 
Enverex's Avatar
 
Join Date: Apr 2002
Location: UK
Posts: 1,353
I'm compiling it through Arch Linux's typical setup which will be adding my normal systemwide compiler options of...

Code:
CARCH="x86_64"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=native -Ofast -pipe -w"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
MAKEFLAGS="-j5"
Enverex is offline  
 
Page generated in 0.04502 seconds with 11 queries