summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2015-09-16 22:19:57 +0200
committerJohannes Obermayr <johannesobermayr@gmx.de>2015-09-16 23:24:17 +0200
commit0fab4e8055fd2c7fad94bde91a886c8e7f20f932 (patch)
tree3d6affefe08589694c5856557846e7dc7bda3f3c /SConstruct
parentb0b7892bd977a7e7771d5b88ed2faf624dd5cc54 (diff)
Add option to disable build time.
Some Linux distribution avoid __DATE__ and __TIME__ to avoid not needed rebuilds of packages. (e. g. https://github.com/openSUSE/rpmlint-checks/blob/master/CheckBuildDate.py) So add an option to disable it.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 0c372830f0..da6fbbe678 100644
--- a/SConstruct
+++ b/SConstruct
@@ -43,6 +43,7 @@ available_features = [features.Mad,
features.Shoutcast,
features.Opus,
features.Profiling,
+ features.BuildTime,
features.QDebug,
features.Verbose,
features.Optimize,