diff options
Diffstat (limited to 'compiler-rt/make/platform/darwin_bni.mk')
-rw-r--r-- | compiler-rt/make/platform/darwin_bni.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/make/platform/darwin_bni.mk b/compiler-rt/make/platform/darwin_bni.mk index 544f5bba3a8..aadda42ab29 100644 --- a/compiler-rt/make/platform/darwin_bni.mk +++ b/compiler-rt/make/platform/darwin_bni.mk @@ -8,6 +8,10 @@ Configs := Debug Release Profile # and the resulting lib will just have generic versions for anything unknown. UniversalArchs := $(RC_ARCHS) + +CFLAGS := -Wall -O3 -fomit-frame-pointer + + FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \ clzdi2 clzsi2 cmpdi2 ctzdi2 ctzsi2 \ divdc3 divdi3 divsc3 ffsdi2 \ |