We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56177f4 commit d44c1ebCopy full SHA for d44c1eb
Makefile
@@ -2,7 +2,7 @@ VERSION = 1.1.1
2
3
CC ?= gcc
4
CFLAGS ?= -g
5
-CFLAGS += -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"$(VERSION)\"
+CFLAGS += -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"$(VERSION)\" -fcommon
6
7
# OS X installs ncurses with wide character support, but not as "libncurses".
8
ifeq ($(shell uname -s),Darwin)
0 commit comments