1*404b540aSrobert# The -mdynamic-no-pic ensures that the compiler executable is built without
2*404b540aSrobert# position-independent-code -- the usual default on Darwin. This fix speeds
3*404b540aSrobert# compiles by 3-5%.
4*404b540aSrobert
5*404b540aSrobertBOOT_CFLAGS=-g -O2 -mdynamic-no-pic
6