mirror of https://github.com/fairyglade/ly.git
commented out debug option in makefile
This commit is contained in:
parent
7054383b43
commit
0490cc5fee
2
makefile
2
makefile
|
|
@ -2,7 +2,7 @@ NAME = ly
|
||||||
CC = gcc
|
CC = gcc
|
||||||
FLAGS = -std=c99 -pedantic -g
|
FLAGS = -std=c99 -pedantic -g
|
||||||
FLAGS+= -Wall -Wextra -Werror=vla -Wno-unused-parameter
|
FLAGS+= -Wall -Wextra -Werror=vla -Wno-unused-parameter
|
||||||
FLAGS+= -DDEBUG
|
#FLAGS+= -DDEBUG
|
||||||
FLAGS+= -DGIT_VERSION_STRING=\"$(shell git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')\"
|
FLAGS+= -DGIT_VERSION_STRING=\"$(shell git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')\"
|
||||||
LINK = -lpam -lxcb
|
LINK = -lpam -lxcb
|
||||||
VALGRIND = --show-leak-kinds=all --track-origins=yes --leak-check=full --suppressions=../res/valgrind.supp
|
VALGRIND = --show-leak-kinds=all --track-origins=yes --leak-check=full --suppressions=../res/valgrind.supp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue