Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CardMech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
Mpp
CardMech
Commits
8ee776da
Commit
8ee776da
authored
2 years ago
by
jonathan.froehlich
Browse files
Options
Downloads
Patches
Plain Diff
Using fast compiler flag
parent
7d8f3f8c
No related branches found
No related tags found
2 merge requests
!183
Resolve "Resolve deprecated warnings"
,
!182
Resolve "Implement Oscillation test"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
8ee776da
...
...
@@ -8,8 +8,8 @@ add_compile_options(-Werror=return-type)
#set_option(COMPILER_OPTIMIZE -O3)
set_option
(
SPACE_DIM 3
)
set_option
(
USE_DATAMESH ON
)
set_option
(
MPP_BUILD_TYPE Mpp
Debug
)
#set_option(MPP_BUILD_TYPE MppRelease)
set_option
(
MPP_BUILD_TYPE Mpp
Release
)
#[MppDebug, MppDebugFast, MppRelease]
set_option
(
SUPPRESS_WARNINGS OFF
)
set_option
(
AFFINE_LINEAR_TRAFO ON
)
set_option
(
BUILD_TESTS OFF
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment