You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ option(LTO "Check for IPO/LTO support and enable, if supported. May require gold
70
70
option(LINT_EGL_HEADERS "Set an define that'll make the egl.h only export the extension definitions, prototypes that are explicitly marked as required."OFF)
71
71
option(DEBUG_DRM_PLANE_ALLOCATIONS "Add logging in modesetting.c for debugging the process of choosing a fitting DRM plane for a framebuffer layer."OFF)
72
72
option(USE_LEGACY_KMS "Force the use of legacy KMS."OFF)
73
+
option(PIE "Compile as position-independent executable."OFF)
73
74
74
75
set(FILESYSTEM_LAYOUTS default meta-flutter)
75
76
set(FILESYSTEM_LAYOUT "default"CACHESTRING"Where to look for the icudtl.dat, app.so/libapp.so, flutter asset bundle.")
@@ -104,11 +105,12 @@ add_executable(
104
105
105
106
# disable PIE for the main executable
106
107
check_pie_supported(OUTPUT_VARIABLE CHECK_PIE_SUPPORTED_OUTPUT LANGUAGES CXX)
0 commit comments