From 632437f229a87a1b1b16cb877ab36a6e0637b29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Mon, 15 May 2017 17:32:48 +0100 Subject: [PATCH] Don't worry about optimisation levels any more. This was to help track down a weird libxcb problem. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1a502eb2c..dbbfe01e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ V ?= 0 AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = -I m4 -AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Og -ggdb -Wall +AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Wall bin_PROGRAMS = elf-dump print-libstubs lib_LTLIBRARIES = libcapsule.la libz.la libGL.la -- GitLab