Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Third Party
3p-sdl2
Commits
9294c8c5
Commit
9294c8c5
authored
Aug 11, 2021
by
Rye Mutt
🍞
Browse files
Cleanup linux build
parent
3f8bf931
Pipeline
#1115
failed with stages
in 11 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-cmd.sh
View file @
9294c8c5
...
...
@@ -174,8 +174,6 @@ case "$AUTOBUILD_PLATFORM" in
RELEASE_CXXFLAGS
=
"
$RELEASE_COMMON_FLAGS
-std=c++17"
DEBUG_CPPFLAGS
=
"-DPIC"
RELEASE_CPPFLAGS
=
"-DPIC"
JOBS
=
`
cat
/proc/cpuinfo |
grep
processor |
wc
-l
`
# Handle any deliberate platform targeting
if
[
-z
"
${
TARGET_CPPFLAGS
:-}
"
]
;
then
...
...
@@ -206,7 +204,7 @@ case "$AUTOBUILD_PLATFORM" in
LDFLAGS
=
"
$opts
"
\
./configure
--with-pic
\
--prefix
=
"
$stage
"
--libdir
=
"
$stage
/lib/debug"
--includedir
=
"
$stage
/include"
make
-j
$
JOBS
make
-j
$
AUTOBUILD_CPU_COUNT
make
install
# clean the build tree
...
...
@@ -220,7 +218,7 @@ case "$AUTOBUILD_PLATFORM" in
LDFLAGS
=
"
$opts
"
\
./configure
--with-pic
\
--prefix
=
"
$stage
"
--libdir
=
"
$stage
/lib/release"
--includedir
=
"
$stage
/include"
make
-j
$
JOBS
make
-j
$
AUTOBUILD_CPU_COUNT
make
install
# clean the build tree
...
...
Write
Preview
Supports
Markdown
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