Skip to content

Commit 12d68ad

Browse files
committed
Don't default use pre compile headers
On the CI, we should disable pre compile headers to ensure not missing includes. For the developer, they can enable WAYLIB_USE_PERCOMPILE_HEADERS on locale.
1 parent d2cecf5 commit 12d68ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ option(DISABLE_XWAYLAND "Disable the xwayland support" OFF)
1515
# Don't install tinywl by default, using for debug in local
1616
option(INSTALL_TINYWL "A minimum viable product Wayland compositor based on waylib" OFF)
1717
option(ADDRESS_SANITIZER "Enable address sanitize" OFF)
18-
option(WAYLIB_USE_PERCOMPILE_HEADERS "Use precompile headers to build waylib" ON)
18+
option(WAYLIB_USE_PERCOMPILE_HEADERS "Use precompile headers to build waylib" OFF)
1919

2020
set(QT_COMPONENTS Core Gui Quick)
2121
find_package(Qt6 COMPONENTS ${QT_COMPONENTS} REQUIRED)

0 commit comments

Comments
 (0)