From 23c3240d597da244fbf49a7d5a15c31ba5075ba5 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 25 Feb 2016 13:46:26 -0500 Subject: [PATCH] All set! Thanks Nav. Merged #18 --- bootstrap.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.py b/bootstrap.py index 2d870cf9..14acc66e 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -75,9 +75,6 @@ if args.debug: else: cxxflags.extend(['-DNDEBUG', '-O3']) -#if args.cxx == 'clang++': -# cxxflags.extend(['-Wno-unused-value', '-Wno-constexpr-not-const']) - if args.lua_dir: include.extend([os.path.join(args.lua_dir, 'include')]) ldflags.extend(library_includes([os.path.join(args.lua_dir, 'lib')]))