mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
5904152eeb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
# 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%.
|
|
|
|
BOOT_CFLAGS += -mdynamic-no-pic
|