Disable warnings when building mkv8snapshot
Like in commit 5341cf7831
, do not enable
warnings when building V8 code.
Change-Id: I447db52d546b50aea1c3afc88db7ce6923a5e310
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
This commit is contained in:
parent
f950a0f0c0
commit
c4e36728bc
@ -4,6 +4,7 @@ QT =
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
CONFIG += console
|
||||
CONFIG += warn_off
|
||||
|
||||
DESTDIR = ../../../bin
|
||||
INCLUDEPATH += .
|
||||
|
Loading…
Reference in New Issue
Block a user