Closed bocchino closed 3 years ago
When no -g option is provided, fpp-to-cpp should synthesize an include guard from the current path, after removing any -p prefixes. That way the default generation (with no -g) is still safe.
-g
fpp-to-cpp
-p
Done in commit 72622e7c0b6a409bbf5b820ec6d08c5629dec0a3.
When no
-g
option is provided,fpp-to-cpp
should synthesize an include guard from the current path, after removing any-p
prefixes. That way the default generation (with no-g
) is still safe.