Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcypher89 committed May 4, 2024
1 parent 925f7f3 commit 83fe1ab
Show file tree
Hide file tree
Showing 14 changed files with 2,278 additions and 2,282 deletions.
2 changes: 1 addition & 1 deletion config/base/base.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
this_cxxflags += -Wall # enable all warnings
this_cxxflags += -Wnon-virtual-dtor # warn if base class has non-virtual destructor
this_cxxflags += -Werror # treat warnings as errors
this_cxxflags += -Wfatal-errors # stop on first error encountered
# this_cxxflags += -Wfatal-errors # stop on first error encountered
this_cxxflags += -fstrict-aliasing # in order to comply with the c++ standard more strictly
this_cxxflags += -g # include debugging symbols
this_cxxflags += -std=c++17
Expand Down
Loading

0 comments on commit 83fe1ab

Please sign in to comment.