mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959768 - Add non-unified mozconfigs for desktop and mobile builds (linux64 bits); r=catlee
This commit is contained in:
parent
7d76112767
commit
56dcb3ead6
@ -2,8 +2,6 @@ ac_add_options --enable-debug
|
||||
ac_add_options --enable-trace-malloc
|
||||
ac_add_options --enable-signmar
|
||||
|
||||
ac_add_options --disable-unified-compilation
|
||||
|
||||
. $topsrcdir/build/unix/mozconfig.linux
|
||||
|
||||
# Needed to enable breakpad in application.ini
|
||||
|
3
browser/config/mozconfigs/linux64/debug-nonunified
Normal file
3
browser/config/mozconfigs/linux64/debug-nonunified
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/linux64/debug"
|
||||
|
||||
ac_add_options --disable-unified-compilation
|
3
browser/config/mozconfigs/linux64/nightly-nonunified
Normal file
3
browser/config/mozconfigs/linux64/nightly-nonunified
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/linux64/nightly"
|
||||
|
||||
ac_add_options --disable-unified-compilation
|
Loading…
Reference in New Issue
Block a user