Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Léo-Paul Géneau
slapos
Commits
2966b448
Commit
2966b448
authored
May 29, 2022
by
Thomas Gambier
🚴🏼
Committed by
Léo-Paul Géneau
Sep 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keep debug symbols and compile only what's needed
parent
2478a4d6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
component/mavsdk/buildout.cfg
component/mavsdk/buildout.cfg
+1
-1
component/open62541/buildout.cfg
component/open62541/buildout.cfg
+1
-1
component/qjs-wrapper/buildout.cfg
component/qjs-wrapper/buildout.cfg
+2
-2
component/quickjs/buildout.cfg
component/quickjs/buildout.cfg
+4
-0
No files found.
component/mavsdk/buildout.cfg
View file @
2966b448
...
...
@@ -37,7 +37,7 @@ pre-configure =
configure-command =
${:cmake}
configure-options =
-DCMAKE_BUILD_TYPE=
Release
-DCMAKE_BUILD_TYPE=
Debug
-DCMAKE_C_FLAGS="${:CMAKE_CFLAGS}"
-DCMAKE_CXX_FLAGS="${:CMAKE_CFLAGS}"
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
...
...
component/open62541/buildout.cfg
View file @
2966b448
...
...
@@ -18,7 +18,7 @@ configure-command =
${cmake:location}/bin/cmake
configure-options =
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=
Release
-DCMAKE_BUILD_TYPE=
Debug
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
-DUA_ENABLE_PUBSUB=ON
-DUA_ENABLE_SUBSCRIPTIONS=ON
...
...
component/qjs-wrapper/buildout.cfg
View file @
2966b448
...
...
@@ -10,8 +10,8 @@ parts = qjs-wrapper
recipe = slapos.recipe.cmmi
shared = true
configure-command = true
url = https://lab.nexedi.com/nexedi/qjs-wrapper/-/archive/
v1.0/qjs-wrapper-v1.0
.tar.gz
md5sum =
0f1393fa15d46b2b551836197af9de46
url = https://lab.nexedi.com/nexedi/qjs-wrapper/-/archive/
debug/qjs-wrapper-debug
.tar.gz
md5sum =
ad3b19805d0f0954ddaf8538e04e805c
environment =
C_INCLUDE_PATH=include:${open62541:location}/include:${open62541:location}/deps:${open62541:location}/src/pubsub:${quickjs:location}/include
CPLUS_INCLUDE_PATH=include:${mavsdk:location}/include:${mavsdk:location}/include/mavsdk
...
...
component/quickjs/buildout.cfg
View file @
2966b448
...
...
@@ -11,3 +11,7 @@ url = https://bellard.org/quickjs/quickjs-2021-03-27.tar.xz
md5sum = 135182a626aa0c87a49aa2bf58fd39bf
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
pre-install = touch libquickjs.a libquickjs.lto.a
make-options =
PROGS=qjs
STRIP=echo
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