Interesting thing, I had been trying to compile with -march=native ...but I took your advice and disabled the item you suggested, I also took march=native out of my cflags. It spent about 5 hours compiling, and it finally did finish...but it immediately panics when I try to open it. Please see below:
[1:1:0705/000803:FATAL:setuid_sandbox_client.cc(126)] Check failed: IsFileSystemAccessDenied().
#0 0x55b59bb203fe <unknown>
#1 0x55b59bb3775e <unknown>
#2 0x55b59e901c5e <unknown>
#3 0x55b59e67d281 <unknown>
#4 0x55b59baef458 <unknown>
#5 0x55b59baefb9d <unknown>
#6 0x55b59baeede1 <unknown>
#7 0x55b59b6aa1ea ChromeMain
#8 0x7fa087bca5e0 __libc_start_main
#9 0x55b59b6aa0a9 _start
Received signal 6
#0 0x55b59bb203fe <unknown>
#1 0x55b59bb207b9 <unknown>
#2 0x7fa08ded2c40 <unknown>
#3 0x7fa087bdd448 gsignal
#4 0x7fa087bde89a abort
#5 0x55b59bb20055 <unknown>
#6 0x55b59bb37895 <unknown>
#7 0x55b59e901c5e <unknown>
#8 0x55b59e67d281 <unknown>
#9 0x55b59baef458 <unknown>
#10 0x55b59baefb9d <unknown>
#11 0x55b59baeede1 <unknown>
#12 0x55b59b6aa1ea ChromeMain
#13 0x7fa087bca5e0 __libc_start_main
#14 0x55b59b6aa0a9 _start
r8: ffff90b74588e3e0 r9: ffff90b74588e3d0 r10: 0000000000000008 r11: 0000000000000202
r12: 00007fff49527ea8 r13: 00007fff49527a40 r14: 0000000000000000 r15: 00007fff49528130
di: 0000000000000001 si: 0000000000000001 bp: 00007fff495279e0 bx: 00007fff49527ea0
dx: 0000000000000006 ax: 0000000000000000 cx: 00007fa087bdd448 sp: 00007fff49527688
ip: 00007fa087bdd448 efl: 0000000000000202 cgf: 0000000000000033 erf: 0000000000000000
trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
The only custom flag I've passed is "-pipe"