summaryrefslogtreecommitdiffhomepage
path: root/common.mk
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 18:42:02 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 18:42:02 +0100
commit8299ba653b6a5bc85cf16de89df6d52055895512 (patch)
tree65b6284fa3f01e9340b03a13ccc90ee5b47490c4 /common.mk
parenta82d947a594b01af54e056473799ebab619e2bd2 (diff)
Fix exports
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 49a6266..9ec95e7 100644
--- a/common.mk
+++ b/common.mk
@@ -49,6 +49,7 @@ endif
CXXFLAGS+=-Wall -I.
CXXFLAGS+=-Wpedantic -gdwarf-4
+CXXFLAGS+=-fexceptions -Iexternal
ifeq ($(CXX),clang++-11)
CXXFLAGS+=-std=c++20 #-stdlib=libc++