Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Discrete Fourier Transforms
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
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
germs.dev
Discrete Fourier Transforms
Commits
3acaad17
Commit
3acaad17
authored
10 months ago
by
DeanT
Browse files
Options
Downloads
Patches
Plain Diff
set compiler version
parent
af47b12c
No related branches found
No related tags found
No related merge requests found
Pipeline
#1307139528
passed
10 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
View file @
3acaad17
...
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.27)
...
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.27)
project
(
dft VERSION 1.0.0
)
project
(
dft VERSION 1.0.0
)
# Use the latest C++ standard and all the flags
# Use the latest C++ standard and all the flags
set
(
CMAKE_CXX_
STANDARD 26
)
set
(
CMAKE_CXX_
COMPILER g++-14
)
set
(
CMAKE_C
XX
_COMPILER g
++
)
set
(
CMAKE_C_COMPILER g
cc-14
)
set
(
CMAKE_BUILD_TYPE Release
)
set
(
CMAKE_BUILD_TYPE Release
)
set
(
CMAKE_CXX_FLAGS
"-O1 -pg -g -Wall -Wextra -Wpedantic -Wself-move -Wdangling-reference -Wpessimizing-move -Wredundant-move -Wuninitialized -Weffc++ -Wunused -Wunused-variable -Wunused-function -Wshadow -Wfloat-equal -Wdelete-non-virtual-dtor -march=native -mtune=native -fno-inline-functions -fno-inline-functions-called-once -fno-optimize-sibling-calls -fno-default-inline"
)
set
(
CMAKE_CXX_FLAGS
"
-std=c++23
-O1 -pg -g -Wall -Wextra -Wpedantic -Wself-move -Wdangling-reference -Wpessimizing-move -Wredundant-move -Wuninitialized -Weffc++ -Wunused -Wunused-variable -Wunused-function -Wshadow -Wfloat-equal -Wdelete-non-virtual-dtor -march=native -mtune=native -fno-inline-functions -fno-inline-functions-called-once -fno-optimize-sibling-calls -fno-default-inline"
)
# External dependencies
# External dependencies
find_package
(
TBB REQUIRED
)
find_package
(
TBB REQUIRED
)
...
...
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