[tepl] build: update comment
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl] build: update comment
- Date: Mon, 4 May 2020 14:14:16 +0000 (UTC)
commit 28b8832a5fc2a012d7520e077357308d9b93eadd
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon May 4 16:10:31 2020 +0200
build: update comment
meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1f8f7ae..8748bdd 100644
--- a/meson.build
+++ b/meson.build
@@ -73,13 +73,11 @@ add_project_arguments(
#####
# CFLAGS
-# Try to mimic the AX_COMPILER_FLAGS Autotools macro.
# Some flags are missing when using only the builtin warning_level meson option,
# even at the maximum level.
# The following warning_cflags suppose that warning_level=2.
c_compiler = meson.get_compiler('c')
-
warning_cflags = []
if c_compiler.get_id() == 'msvc'
@@ -90,6 +88,7 @@ if c_compiler.get_id() == 'msvc'
'-FImsvc_recommended_pragmas.h',
]
else
+ # Try to mimic the AX_COMPILER_FLAGS Autotools macro.
warning_cflags += [
'-fno-strict-aliasing',
'-Wundef',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]