2009-01-26 05:03:14 +00:00
|
|
|
# The -mdynamic-no-pic ensures that the compiler executable is built without
|
|
|
|
# position-independent-code -- the usual default on Darwin. This fix speeds
|
|
|
|
# compiles by 3-5%.
|
|
|
|
|
2010-07-03 11:11:20 +00:00
|
|
|
BOOT_CFLAGS += -mdynamic-no-pic
|