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-example
Commits
e8d80115
Commit
e8d80115
authored
Mar 19, 2018
by
Pawel Sznajder
Browse files
change Debug to Release in CMAKE_BUILD_TYPE
parent
9f2f9856
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
e8d80115
...
...
@@ -18,7 +18,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
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