mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
059e35a463
32 changed files with 77 additions and 150 deletions
|
|
@ -97,9 +97,6 @@ DEFINES['HAVE_AV_CONFIG_H'] = True
|
|||
if CONFIG['MOZ_DEBUG']:
|
||||
# Enable all assertions in debug builds.
|
||||
DEFINES['ASSERT_LEVEL'] = 2
|
||||
elif not CONFIG['RELEASE_OR_BETA']:
|
||||
# Enable fast assertions in opt builds of Nightly and Aurora.
|
||||
DEFINES['ASSERT_LEVEL'] = 1
|
||||
|
||||
# clang-cl's <intrin.h> doesn't work the same as MSVC's. For details, see:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue