Skip to content

Commit

Permalink
Update and rename debug&release.md to debug_release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonPara authored May 31, 2022
1 parent 5df1352 commit 2a11f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $> gcc main.f90 -o main
```

***debug***
+ add flag `g`
+ add flag `g`
```shell
$> gcc -g main.f90 -o main
```
Expand Down

0 comments on commit 2a11f72

Please sign in to comment.