Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
748f192d
Commit
748f192d
authored
Mar 19, 2018
by
Pawel Sznajder
Browse files
change Debug to Release in CMAKE_BUILD_TYPE
parent
bbd47c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
748f192d
...
...
@@ -17,7 +17,7 @@
<exec
executable=
"cmake"
failonerror=
"true"
dir=
"${build}"
>
<arg
value=
"-GUnix Makefiles"
/>
<arg
value=
"${basedir}"
/>
<arg
value=
"-DCMAKE_BUILD_TYPE=
Debug
"
/>
<arg
value=
"-DCMAKE_BUILD_TYPE=
Release
"
/>
</exec>
</target>
...
...
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