aboutsummaryrefslogtreecommitdiffstats
path: root/svd2funreg/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-02-05 15:53:00 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-02-05 15:53:00 -0500
commit9be811f585667ff12daacac95a233cd1976056c3 (patch)
tree8be3d1e32b769c782b3046a369ff90b7e7d0ee16 /svd2funreg/Makefile
parent6d33ec12204a65613ded8bfc7ac92055712a4338 (diff)
better svd parsingHEADmaster
Diffstat (limited to 'svd2funreg/Makefile')
-rw-r--r--svd2funreg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/svd2funreg/Makefile b/svd2funreg/Makefile
index 743d59a..7fd2c5e 100644
--- a/svd2funreg/Makefile
+++ b/svd2funreg/Makefile
@@ -1,2 +1,2 @@
all:
- g++ -o main main.cpp pugixml/src/pugixml.cpp -I pugixml/src
+ g++ -o main main.cpp pugixml/src/pugixml.cpp -I pugixml/src -std=c++20