Skip to content

Commit 2a11f72

Browse files
authored
Update and rename debug&release.md to debug_release.md
1 parent 5df1352 commit 2a11f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/union_compile/debug&release.md renamed to src/union_compile/debug_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $> gcc main.f90 -o main
1616
```
1717

1818
***debug***
19-
+ add flag `g`
19+
+ add flag `g`
2020
```shell
2121
$> gcc -g main.f90 -o main
2222
```

0 commit comments

Comments
 (0)