X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=d0d83c038be1308a06fca124ab5b8ae6628db37e;hb=3ed7d37cbf5391aefab75205d95b3ac2077f1203;hp=6470b8d458aa0cb329743837b9e94e0ac2bb0ad6;hpb=dcf114e8610784e15c89eed2ad3ca930fa0634ed;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 6470b8d458a..d0d83c038be 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -241,9 +241,9 @@ else endif endif -ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1) - CXX.Flags += -fvisibility-inlines-hidden -endif +#ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1) +# CXX.Flags += -fvisibility-inlines-hidden +#endif # IF REQUIRES_EH=1 is specified then don't disable exceptions ifndef REQUIRES_EH