aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-03-03 22:56:04 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-03-03 22:56:04 +0100
commiteb629f8fa6f7edd3ba9f3e76146d71f62dafff57 (patch)
treea7d5264c5e4931d1ff6d6b9d456488b90f3f8553 /config.mk
parent1101c88ac7f5c4fbfbabf7d4206d40736562ed29 (diff)
refractor and add permission manager without save
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4f04f30..1bbe8b3 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
TARGET_DIRECTORY=target
-CPPFLAGS=`pkg-config --cflags Qt6WebEngineWidgets Qt6WebEngineCore Qt6Core Qt6Gui`
+CPPFLAGS=`pkg-config --cflags Qt6WebEngineWidgets Qt6WebEngineCore Qt6Core Qt6Gui` -Wall
LDFLAGS=`pkg-config --libs Qt6WebEngineWidgets Qt6WebEngineCore Qt6Core Qt6Gui Qt6Multimedia` -fPIC
CC=g++