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
iLab
libpep
Commits
fc764dfd
Commit
fc764dfd
authored
Dec 06, 2021
by
Bernard van Gastel
Browse files
Fix for Windows.
parent
c56d8bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fc764dfd
...
...
@@ -91,6 +91,10 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fno-reorder-blocks -fno-reorder-blocks-and-partition"
)
ENDIF
()
# need a copy to prevent warnings ending up in dependencies
SET
(
BASE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
"
)
SET
(
BASE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
"
)
SET
(
PACKAGE_MIRROR
"http://packages.bitpowder.com/external/"
)
set
(
EXT_PROJECTS_DIR
${
PROJECT_SOURCE_DIR
}
/ext
)
...
...
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