Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tadah.LAMMPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Tadah
Tadah.LAMMPS
Commits
ea016a5c
Commit
ea016a5c
authored
4 months ago
by
mkirsz
Browse files
Options
Downloads
Plain Diff
resolved conflict
parents
899544e5
bb527f8c
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Develop
Pipeline
#48625
failed
4 months ago
Stage: build.debug
Stage: run.unit.tests
Stage: build.release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-1
7 additions, 1 deletion
CMakeLists.txt
with
7 additions
and
1 deletion
CMakeLists.txt
+
7
−
1
View file @
ea016a5c
...
...
@@ -24,7 +24,7 @@ set(CMAKE_CXX_FLAGS_DEBUG
FORCE
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-g -O3 -Wall
-Wpedantic -Wextra
"
"-g -O3 -Wall"
CACHE STRING
"Release build."
FORCE
)
...
...
@@ -35,6 +35,12 @@ set(CMAKE_CXX_FLAGS_PROFILE
"Flags used by the C++ compiler during profile builds."
FORCE
)
set
(
CMAKE_CXX_FLAGS_DEVELOP
"-g -O3 -Wall -Wpedantic -Wextra"
CACHE STRING
"Release build."
FORCE
)
# Set default build type
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE Release
)
...
...
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