From 021f3c924be29cafe9d8d50bf00ecc6f13675e87 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 24 Dec 2017 09:31:17 -0300 Subject: -Removed OpenMP support, replaced by a custom class. -Disabled Opus, implementation is wrong. --- SConstruct | 1 - 1 file changed, 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index dbce94f296..88b29695cb 100644 --- a/SConstruct +++ b/SConstruct @@ -168,7 +168,6 @@ opts.Add(BoolVariable('vsproj', "Generate Visual Studio Project.", False)) opts.Add(EnumVariable('warnings', "Set the level of warnings emitted during compilation", 'no', ('extra', 'all', 'moderate', 'no'))) opts.Add(BoolVariable('progress', "Show a progress indicator during build", True)) opts.Add(BoolVariable('dev', "If yes, alias for verbose=yes warnings=all", False)) -opts.Add(BoolVariable('openmp', "If yes, enable OpenMP", True)) opts.Add(EnumVariable('macports_clang', "Build using clang from MacPorts", 'no', ('no', '5.0', 'devel'))) # Thirdparty libraries -- cgit v1.2.3