diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-11-21 11:30:41 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-11-21 11:30:41 -0500 |
commit | c76ba69fc933a86e526855b097907a728e24568b (patch) | |
tree | 15a19b37f2702d9619ddf3c8cbf92dbe531f8b82 /Makefile | |
parent | f6318e328402a5e839d24e7d52f5bb13062bccdc (diff) |
wip: major code refactor, split most gui from logic
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ OUTPUT := stmdspgui #CXXFLAGS := -std=c++20 -O2 \ # -Isource -Isource/imgui -Isource/stmdsp -Isource/serial/include CXXFLAGS := -std=c++20 -ggdb -O0 -g3 \ - -Isource -Isource/imgui -Isource/stmdsp -Isource/serial/include + -Isource -Isource/imgui -Isource/stmdsp -Isource/serial/include \ + -Wall -Wextra -pedantic all: $(OUTPUT) |