I'm afraid those flags are not configurable. You'll have to edit
build/config/compiler/BUILD.gn (for -fPIC) and build/config/gcc/BUILD.gn and
gni/v8.gni (for -pie) -- but none of the BUILD.gn files under src :-)
Note that this is entirely independent of how you build V8; gm.py has
nothing to do wi
My project builds v8 via gm.py. Is there a way to get it to build non-PIC
(i.e. without -fPIC and -pie flags) without modifying all the BUILD.gn
files under src?
--
--
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because