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')]))