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
bob
bob.extension
Commits
d3dfad13
Commit
d3dfad13
authored
Sep 04, 2014
by
Manuel Günther
Browse files
Added CFLAGS environment to cmake compiler options (to get the coveralls running on Libraries).
parent
ff8df7f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/extension/cmake.py
View file @
d3dfad13
...
...
@@ -3,7 +3,7 @@ import os
HEADER
=
(
'
\n
'
'# For both C and C++
\n
'
'set(COMMON_FLAGS "-pedantic -Wall")
\n
'
'set(COMMON_FLAGS "-pedantic -Wall
$ENV{CFLAGS}
")
\n
'
'if (WIN32)
\n
'
' set(COMMON_FLAGS "-D_WIN32_WINNT=0x501") # Set min. Windows version to XP
\n
'
'else(WIN32)
\n
'
...
...
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