[libgepub] build: Fixed default flags on non debug builds
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgepub] build: Fixed default flags on non debug builds
- Date: Tue, 4 Jul 2017 16:38:26 +0000 (UTC)
commit 5a2de1ffc30c1f65f6f916dc3e202fe455aab1b3
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Tue Jul 4 18:12:24 2017 +0200
build: Fixed default flags on non debug builds
https://bugzilla.gnome.org/show_bug.cgi?id=784524
meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5848b8a..ee9cb10 100644
--- a/meson.build
+++ b/meson.build
@@ -97,10 +97,10 @@ if buildtype == 'debug' or buildtype == 'debugoptimized'
common_flags += [cflag]
endif
endforeach
-
- add_project_arguments(common_flags, language: 'c')
endif
+add_project_arguments(common_flags, language: 'c')
+
gepub_deps = [
dependency('webkit2gtk-4.0'),
dependency('libsoup-2.4'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]