Skip to content

Commit

Permalink
my-c; my-c
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed Jul 17, 2024
1 parent 7f6cc4a commit a870a65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/languages/my-c.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ Back end is either symbol tags or LSP"
:display "Sport: execute only [all flags]"
:command-name "sport-execute"
:command-line
(format
"g++ %s -Wdisabled-optimization -Werror -g && ./a.out"
(buffer-file-name)))
(format "g++ %s -Wdisabled-optimization -Werror -g && ./a.out"
(buffer-file-name)))
(list
:display "Sport: compile only [all flags]"
:command-name "sport-compile"
Expand Down

0 comments on commit a870a65

Please sign in to comment.