js-compileflags.mozbuild (757B)
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2 # vim: set filetype=python: 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 # Don't add the current directory to the include path. 8 # 9 # All includes are relative to the parent path, so the current directory doesn't 10 # need to be added explicitly. 11 # 12 # This also avoids include conflicts when headers have the same name, but in a 13 # different case, as standard headers on case-insensitive file systems. For 14 # example "builtin/String.h" and the standard header "string.h". 15 COMPILE_FLAGS["BASE_INCLUDES"] = [] 16 HOST_COMPILE_FLAGS["BASE_INCLUDES"] = []