mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
turn on -Wno-non-virtual-dtor to avoid a load of warnings in mozilla
This commit is contained in:
parent
940edc0511
commit
db59a826cc
@ -8729,8 +8729,10 @@
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = NO;
|
||||
OPTIMIZATION_CFLAGS = "-O0";
|
||||
OTHER_CFLAGS = "\U0001-DDEBUG -DMOZ_DEBUG -DTRACING";
|
||||
WARNING_CFLAGS = "-Wno-non-virtual-dtor";
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
isa = PBXBuildStyle;
|
||||
@ -8742,6 +8744,7 @@
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
WARNING_CFLAGS = "-Wno-non-virtual-dtor";
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
isa = PBXBuildStyle;
|
||||
@ -11211,6 +11214,7 @@
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUGGING_SYMBOLS = YES;
|
||||
WARNING_CFLAGS = "-Wno-non-virtual-dtor";
|
||||
};
|
||||
isa = PBXBuildStyle;
|
||||
name = DeploymentSymbols;
|
||||
|
Loading…
Reference in New Issue
Block a user