fix: gyp file syntax error
This commit is contained in:
parent
102d205512
commit
e9110912fb
12
deps/sqlcipher/sqlcipher.gyp
vendored
12
deps/sqlcipher/sqlcipher.gyp
vendored
@ -101,13 +101,11 @@
|
||||
}],
|
||||
|
||||
# LTO on Linux
|
||||
'conditions': [
|
||||
['OS == "linux"', {
|
||||
# GCC only for now
|
||||
'cflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'],
|
||||
'ldflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'],
|
||||
}],
|
||||
],
|
||||
['OS == "linux"', {
|
||||
# GCC only for now
|
||||
'cflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'],
|
||||
'ldflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'],
|
||||
}],
|
||||
|
||||
# Profiling
|
||||
["\"-profiling.\" in \"<!(node -p \"require('../../package.json').version\")\"", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user