4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-08 18:19:08 +08:00

12 lines
241 B
Makefile

CC = gcc
CFLAGS = -D_XOPEN_SOURCE=600 \
-D_DEFAULT_SOURCE \
-g -O0 -I. \
-pedantic \
-Wall \
-Wextra \
-Wmissing-prototypes \
-Wno-sign-compare \
-Wno-unused-parameter