blob: b0b0005088593e9c0e39b5146794b75ecc669c46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
gcc
%c -std=c23
%cpp -std=c++23
%h %hpp --include=Global.h
-Iinc
-DMACRO
# add this to support `.hpp` files as C++ headers
# %hpp -x
# %hpp c++-header
%h -x
%h c-header
|