From 0371c9c7a067a582217bae34c73967f7a4e50eee Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 24 Sep 2017 15:23:03 +0200 Subject: [PATCH] Sanitize compile flags. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2