mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Adding --disable-jar-packaging for unix. r=warren
This commit is contained in:
parent
ed4b09178f
commit
99a4670b2a
@ -3213,6 +3213,13 @@ MOZ_ARG_ENABLE_BOOL(cpp-exceptions,
|
||||
[ _MOZ_EXCEPTIONS_FLAGS=-fexceptions ]
|
||||
)
|
||||
|
||||
|
||||
dnl Disable jar packaging
|
||||
MOZ_ARG_DISABLE_BOOL(jar-packaging,
|
||||
[ --disable-jar-packaging Disable Jar packaging ],
|
||||
MOZ_DISABLE_JAR_PACKAGING=1
|
||||
)
|
||||
|
||||
dnl ========================================================
|
||||
dnl =
|
||||
dnl = Profiling and Instrumenting
|
||||
|
Loading…
Reference in New Issue
Block a user