Blender Git Loki
Git Commits -> Revision 84032fd
Revision 84032fd by Ankit jain (master) September 15, 2020, 20:35 (GMT) |
GMP/macOS: silence "PIE disabled" linker warning. The change builds GMP with `--with-pic` flag on non-arm architecture. The warning: ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1 from lib/darwin/gmp/lib/libgmp.a(dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie Reviewed By: sebbas Differential Revision: https://developer.blender.org/D8823 |
Commit Details:
Full Hash: 84032fd1108b29d270e51d890f0303f78b6962c2
Parent Commit: 8aab26b
Committed By: Ankit Meel
Lines Changed: +12, -5
1 Modified Path:
/build_files/build_environment/cmake/gmp.cmake (+12, -5) (Diff)