]> git.sesse.net Git - narabu/commitdiff
Sanitize compile flags.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 24 Sep 2017 13:23:03 +0000 (15:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 24 Sep 2017 13:23:05 +0000 (15:23 +0200)
Makefile

index 4f1204c6accf911105d052d0d61a27b27af24497..5d167cf4fe2bbbee9392794b5873609fd53bf50f 100644 (file)
--- 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