Skip to content

Commit

Permalink
use -std=c2x for empty scalar initializer [#7]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Aug 16, 2024
1 parent 1b1e687 commit f8f30a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/makefile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include makefile.def
config: gcc.opt

gcc.opt: makefile.cfg
@echo "-std=c2x" >>gcc.opt
@echo "-ggdb3" >>gcc.opt
@echo "-Og" >>gcc.opt
@echo "-fpic" >>gcc.opt
Expand Down

0 comments on commit f8f30a9

Please sign in to comment.