Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kaidan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Robert Maerkisch
kaidan
Commits
5bce63b8
Commit
5bce63b8
authored
Jun 11, 2019
by
Jonah Brüchert
🌳
Committed by
Jonah Brüchert
Jun 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly enable QUICK_COMPILER in release scripts
parent
01a4f401
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
utils/build-linux-appimage.sh
utils/build-linux-appimage.sh
+2
-1
utils/build-mac.sh
utils/build-mac.sh
+2
-1
utils/build-windows-mxe.sh
utils/build-windows-mxe.sh
+2
-1
No files found.
utils/build-linux-appimage.sh
View file @
5bce63b8
...
...
@@ -100,7 +100,8 @@ echo "*****************************************"
-DECM_DIR
=
/usr/share/ECM/cmake
\
-DCMAKE_PREFIX_PATH
=
$QT_LINUX
\;
$KIRIGAMI_BUILD
\;
$QXMPP_BUILD
\
-DI18N
=
1
\
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DQUICK_COMPILER
=
1
make
-j
$(
nproc
)
}
...
...
utils/build-mac.sh
View file @
5bce63b8
...
...
@@ -118,7 +118,8 @@ echo "*****************************************"
-DECM_DIR
=
/usr/local/share/ECM/cmake
\
-DCMAKE_PREFIX_PATH
=
$QT_MACOS
\;
$KIRIGAMI_BUILD
\;
$QXMPP_BUILD
\
-DKF5Kirigami2_DIR
=
$KIRIGAMI_BUILD
/lib/cmake/KF5Kirigami2
-DI18N
=
1
\
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
\
-DQUICK_COMPILER
=
1
make
-j
$(
sysctl
-n
hw.logicalcpu
)
}
...
...
utils/build-windows-mxe.sh
View file @
5bce63b8
...
...
@@ -135,7 +135,8 @@ echo "*****************************************"
$MXE_TARGET
-cmake
..
\
-DECM_DIR
=
/usr/share/ECM/cmake
-DI18N
=
1
\
-DSTATIC_BUILD
=
1
\
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
\
-DQUICK_COMPILER
=
1
make
-j
$(
nproc
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment