aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/xcconfigs/grep.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/xcconfigs/grep.xcconfig')
-rw-r--r--text_cmds/xcconfigs/grep.xcconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/text_cmds/xcconfigs/grep.xcconfig b/text_cmds/xcconfigs/grep.xcconfig
new file mode 100644
index 0000000..648bd86
--- /dev/null
+++ b/text_cmds/xcconfigs/grep.xcconfig
@@ -0,0 +1,19 @@
+#include "base.xcconfig"
+
+// Architectures
+SDKROOT = macosx.internal
+
+// Linking
+OTHER_LDFLAGS = -lbz2 -llzma -lz
+
+// Packaging
+PRODUCT_NAME = grep
+
+// Preprocessing
+GCC_PREPROCESSOR_DEFINITIONS = WITHOUT_FASTMATCH WITHOUT_NLS
+
+// Warnings - All languages
+CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO
+GCC_WARN_64_TO_32_BIT_CONVERSION = NO
+GCC_WARN_SHADOW = NO
+GCC_WARN_SIGN_COMPARE = NO