diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-13 12:25:58 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-13 12:25:58 -0400 |
commit | 65b755658c62c8cf608c0ba46af4607fd7c74cc5 (patch) | |
tree | dd07668770a7b0d3ab5b3419300c2fb90ead89f5 /gui/Makefile | |
parent | 3b1f2bc9d2ea61e816308630a628b123c7223ad8 (diff) |
debug flags; rendering with timer
Diffstat (limited to 'gui/Makefile')
-rw-r--r-- | gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile index 7cb0315..a53d412 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -1,5 +1,5 @@ CXX = g++-10 -CXXFLAGS = --std=c++20 \ +CXXFLAGS = --std=c++20 -ggdb -Og \ -Wall -Wextra -pedantic \ -Wno-deprecated-copy \ $(shell wx-config --cxxflags) |