Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Timon Stampfli
soicode
Commits
de34e6fa
Commit
de34e6fa
authored
Oct 12, 2019
by
Timon Stampfli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing header paths
parent
6ac8d6ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
5 deletions
+27
-5
src/compilerBundle.ts
src/compilerBundle.ts
+2
-1
src/soiworkspaceFormats/soiworkspace-0-8-0.ts
src/soiworkspaceFormats/soiworkspace-0-8-0.ts
+25
-4
No files found.
src/compilerBundle.ts
View file @
de34e6fa
...
...
@@ -35,7 +35,8 @@ export function getSoiHeaderPath(store: Store): string {
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
soiheaders
"
"
bundle
"
,
"
soiheader
"
);
}
...
...
src/soiworkspaceFormats/soiworkspace-0-8-0.ts
View file @
de34e6fa
...
...
@@ -13,17 +13,26 @@ export function soiWorkspaceTemplate_0_8_0(store: Store): string {
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
bundle
"
,
"
compiler
"
,
"
bin
"
)}
",
"debuggerPath": "no/gdb",
"
cpp
HeaderPath": "
${
path
.
join
(
"
soi
HeaderPath": "
${
path
.
join
(
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
bundle
"
,
"
soiheader
"
)}
",
"soiHeaderPath": "",
"cppHeaderPath": "
${
path
.
join
(
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
bundle
"
,
"
compiler
"
,
"
include
"
)}
",
"flags": "-Wall -Wextra -std=c++17 -g3 -ggdb3 -D_GLIBCXX_DEBUG",
"useBundledSoiHeaders": true
}
...
...
@@ -39,7 +48,13 @@ export function soiWorkspaceTemplate_0_8_0(store: Store): string {
"compilerPath": "/usr/bin/c++",
"debuggerPath": "/usr/bin/gdb",
"cppHeaderPath": "",
"soiHeaderPath": "",
"soiHeaderPath": "
${
path
.
join
(
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
bundle
"
,
"
soiheader
"
)}
",
"flags": "-Wall -Wextra -std=c++17 -g3 -ggdb3 -D_GLIBCXX_DEBUG",
"useBundledSoiHeaders": true
}
...
...
@@ -54,7 +69,13 @@ export function soiWorkspaceTemplate_0_8_0(store: Store): string {
"compilerPath": "/usr/bin/c++",
"debuggerPath": "/usr/bin/gdb",
"cppHeaderPath": "",
"soiHeaderPath": "",
"soiHeaderPath": "
${
path
.
join
(
store
.
soicodeExtensionDataPath
,
"
bundle
"
,
"
soiheaders
"
,
"
bundle
"
,
"
soiheader
"
)}
",
"flags": "-Wall -Wextra -std=c++17 -g3 -ggdb3 -fsanitize=address,undefined -D_GLIBCXX_DEBUG",
"useBundledSoiHeaders": true
}
...
...
Write
Preview
Markdown
is supported
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