Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
build: absorb CFLAGS from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
marekjelen authored and bnoordhuis committed Sep 22, 2011
1 parent bee7112 commit d9fb84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-unix.mk
Expand Up @@ -22,7 +22,7 @@ CC = $(PREFIX)gcc
AR = $(PREFIX)ar
E=
CSTDFLAG=--std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter
CFLAGS=-g
CFLAGS += -g
CPPFLAGS += -Isrc/unix/ev
LINKFLAGS=-lm

Expand Down

0 comments on commit d9fb84c

Please sign in to comment.