From: Steinar H. Gunderson Date: Sun, 24 Sep 2017 13:23:03 +0000 (+0200) Subject: Sanitize compile flags. X-Git-Url: https://git.sesse.net/?p=narabu;a=commitdiff_plain;h=0371c9c7a067a582217bae34c73967f7a4e50eee Sanitize compile flags. --- diff --git a/Makefile b/Makefile index 4f1204c..5d167cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: narabu qdc qdd psnr -CFLAGS=-O3 -std=gnu++17 $(shell pkg-config --cflags movit) +CFLAGS=-O2 -g -std=gnu++17 $(shell pkg-config --cflags movit) CXXFLAGS=$(CFLAGS) LDFLAGS=$(shell pkg-config --libs movit) -lepoxy -lSDL2