This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Commit 516013c 1 parent c46686d commit 516013c Copy full SHA for 516013c
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
if [ " $TARGET " = " appimage" ]; then
4
4
# Compile the AppImage we distribute with Clang.
5
- export EXTRA_CMAKE_FLAGS=(-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_LINKER=/etc/bin/ld.lld)
5
+ export EXTRA_CMAKE_FLAGS=(-DCITRA_USE_PRECOMPILED_HEADERS=OFF - DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_LINKER=/etc/bin/ld.lld)
6
6
else
7
7
# For the linux-fresh verification target, verify compilation without PCH as well.
8
8
export EXTRA_CMAKE_FLAGS=(-DCITRA_USE_PRECOMPILED_HEADERS=OFF)
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF)
88
88
# Compile options
89
89
CMAKE_DEPENDENT_OPTION(COMPILE_WITH_DWARF "Add DWARF debugging information" ${IS_DEBUG_BUILD} "MINGW" OFF )
90
90
option (ENABLE_LTO "Enable link time optimization" ${DEFAULT_ENABLE_LTO} )
91
- option (CITRA_USE_PRECOMPILED_HEADERS "Use precompiled headers" OFF )
91
+ option (CITRA_USE_PRECOMPILED_HEADERS "Use precompiled headers" ON )
92
92
option (CITRA_WARNINGS_AS_ERRORS "Enable warnings as errors" ON )
93
93
94
94
include (CitraHandleSystemLibs)
You can’t perform that action at this time.
0 commit comments