Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
4948f56e
Commit
4948f56e
authored
Sep 17, 2019
by
Leander Schulten
Browse files
Modules compiler: set default standard to c++17 and enable debug symbols by default
parent
24f5270e
Pipeline
#184292
failed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/compiler.cpp
View file @
4948f56e
...
...
@@ -13,7 +13,7 @@ namespace Modules{
QString
Compiler
::
compilerCmd
=
QStringLiteral
(
"g++"
);
QString
Compiler
::
compilerLibraryFlags
=
QStringLiteral
(
"-shared -fPIC"
);
QString
Compiler
::
compilerFlags
=
QStringLiteral
(
"-std=c++1
4
-O3 -Wextra -Wall"
);
QString
Compiler
::
compilerFlags
=
QStringLiteral
(
"-std=c++1
7 -g
-O3 -Wextra -Wall"
);
QString
Compiler
::
includePath
=
QDir
::
currentPath
();
...
...
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