mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-20 02:42:41 +01:00
bug fix,first line disappear fixed,next is clear extra points that appear incorrectly at bottom,and word-to-word alignment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CC = gcc
|
||||
|
||||
CFLAGS = -g -Wall
|
||||
CFLAGS = -O0 -g -Wall
|
||||
LDFLAGS =
|
||||
INCLUDES = -I /usr/include/freetype2
|
||||
LIBS = -lwiringPi -lm -lcrypt -lpthread -lfreetype -lrt
|
||||
|
||||
Reference in New Issue
Block a user