xref: /netbsd-src/external/gpl3/gdb/dist/config/mh-darwin (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1# The -mdynamic-no-pic ensures that the compiler executable is built without
2# position-independent-code -- the usual default on Darwin. This fix speeds
3# compiles by 3-5%.
4
5BOOT_CFLAGS += -mdynamic-no-pic
6