Merge pull request #42 from dther/master
Add C flag to allow tentative definitions
This commit is contained in:
commit
5bbaafde79
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ VERSION = 1.2.0
|
|||||||
|
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS ?= -g
|
CFLAGS ?= -g
|
||||||
CFLAGS += -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"$(VERSION)\"
|
CFLAGS += -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"$(VERSION)\" -fcommon
|
||||||
|
|
||||||
# The Ncurses library with wide character support is available as "lncurses"
|
# The Ncurses library with wide character support is available as "lncurses"
|
||||||
# under macOS.
|
# under macOS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user