summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-05-18 22:11:34 +0200
committeraristocratos <gnmjpl@gmail.com>2021-05-18 22:11:34 +0200
commit806045c0a6e4155f94f65c0db1b1d5c347c3c393 (patch)
tree9677e4547d59da4d70dc67b8907c49877edd4e8b /Makefile
parent9b837535bda6f64467a794bb2b9925d67a903b61 (diff)
Switched from map to unordered_map where possible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5eb9277..87d8918 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= /usr/local
DOCDIR ?= $(PREFIX)/share/btop/doc
CXX = g++
-override CXXFLAGS += -std=c++20 -pthread -Wall -Wextra
+override CXXFLAGS += -std=c++20 -O3 -pthread -Wall -Wextra -pedantic
INCLUDES = -I./src
btop: btop.cpp