remove -Wno-pointer-sign example from dist/config.mak
[musl] / dist / config.mak
index 5120552..691e3ce 100644 (file)
@@ -2,7 +2,7 @@
 # musl config.mak template (original in dist/config.mak)
 #
 
-# Target CPU architecture. Supported values: i386
+# Target CPU architecture. Supported values: i386, x86_64
 ARCH = i386
 
 # Installation prefix. DO NOT use /, /usr, or /usr/local !
@@ -19,7 +19,6 @@ exec_prefix = /usr/local
 
 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value
-#CFLAGS += -Wno-pointer-sign
 
 # Uncomment if you want to build a shared library (experimental).
 #LIBC_LIBS += lib/libc.so