Linebreak if the word is too long for one line #14

This commit is contained in:
2017-05-06 22:53:01 +02:00
parent acad4c7495
commit c29a1e914c
3 changed files with 28 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
VERSION = 1.0
CC = gcc
CFLAGS = -Wall -g -D_REENTRANT -DVERSION=\"$(VERSION)\"
CFLAGS = -Wall -g -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\"
#LDFLAGS = -lm -lpthread `gtk-config --cflags` `gtk-config --libs` -lgthread
LDFLAGS = -lncurses