]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: return back -O2 (was -O0 -fPIE for debug - mistake)
authorJaroslav Kysela <perex@perex.cz>
Sat, 18 Jun 2016 18:20:11 +0000 (20:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 18 Jun 2016 18:21:40 +0000 (20:21 +0200)
Makefile

index 6bca28e48f53884468e4ac6ec2e0d1f69c04a00d..86b529147f739d0b5f0adca6e4a214040a6e1fa9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ LANGUAGES ?= bg cs da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru s
 # Common compiler flags
 #
 
-CFLAGS  += -g -O0 -fPIE
+CFLAGS  += -g -O2
 ifeq ($(CONFIG_PIE),yes)
 CFLAGS  += -fPIE
 else