forked from rouault/pdfium_build_gdal_3_5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathargs_release_linux.gn
31 lines (24 loc) · 985 Bytes
/
args_release_linux.gn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Build arguments go here.
# See "gn args <out_dir> --list" for available build arguments.
#is_debug = true # Enable debugging features.
is_debug = false
# no need for javascript
pdf_enable_v8 = false
# Set true to enable experimental Skia backend.
pdf_use_skia = false
# Set true to enable experimental Skia backend (paths only).
pdf_use_skia_paths = false
pdf_is_standalone = true # Set for a non-embedded build.
clang_use_chrome_plugins = false # Currently must be false.
is_component_build = false
pdf_is_complete_lib = true
# This will create symbols in the namespace std::1::, which is incompatible with system libstdc++
use_custom_libcxx = false
# We need typeinfo to be able to subclass virtual classes
use_rtti = true
use_system_libjpeg = true
use_system_libpng = true
use_system_lcms2 = true
use_system_libopenjpeg2 = true
# Otherwise it might try to fetch the libjpeg headers from there, which may have an incompatible ABI from the system ones
use_sysroot = false