Skip to content

Commit

Permalink
configs
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 6, 2024
1 parent b3d392e commit 6e247a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions config/base/dbg.mk

This file was deleted.

1 change: 0 additions & 1 deletion config/base/rel.mk

This file was deleted.

4 changes: 3 additions & 1 deletion config/dbg.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include $(config_dir)base/base.mk
include $(config_dir)base/dbg.mk

this_cxxflags += -DDEBUG
this_cxxflags += -O0
3 changes: 2 additions & 1 deletion config/rel.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include $(config_dir)base/base.mk
include $(config_dir)base/rel.mk

this_cxxflags += -O3

0 comments on commit 6e247a6

Please sign in to comment.