mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 453476: Some files didn't get compiled with -fno-exceptions. r=shaver
This commit is contained in:
parent
32c1051479
commit
8e0c84faf7
@ -128,7 +128,7 @@ BUILTINS_OPTIMIZER = -O2 -GL
|
||||
LDFLAGS += -LTCG
|
||||
else
|
||||
OPTIMIZER = -Os -fno-exceptions -fno-rtti -fstrict-aliasing -Wall -Wstrict-aliasing=2
|
||||
BUILTINS_OPTIMIZER = -O9 -fstrict-aliasing
|
||||
BUILTINS_OPTIMIZER = -O9 -fstrict-aliasing -fno-exceptions -fno-rtti
|
||||
INTERP_OPTIMIZER = -O3 -fstrict-aliasing -fno-exceptions -fno-rtti
|
||||
endif
|
||||
DEFINES += -UDEBUG -DNDEBUG -UDEBUG_$(USER)
|
||||
|
Loading…
Reference in New Issue
Block a user