1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 08:06:36 +02:00

fix window resizing bug on some platforms and add -O1 optimization flag

This commit is contained in:
Jfreegman
2014-07-01 19:39:25 -04:00
parent 7c71c35797
commit 95d09e4b75
2 changed files with 10 additions and 13 deletions

View File

@ -15,7 +15,7 @@ MANFILES = toxic.1 toxic.conf.5
LIBS = libtoxcore ncursesw
CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type
CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type -O1
CFLAGS += -DTOXICVER="\"$(VERSION)\"" -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
CFLAGS += -DPACKAGE_DATADIR="\"$(abspath $(DATADIR))\""
CFLAGS += $(USER_CFLAGS)