rmyorston / pdpmake

Public domain POSIX make
https://frippery.org/make
Other
107 stars 11 forks source link

Drop ENABLE_FEATURE_MAKE_EXTENSIONS #15

Closed illiliti closed 2 years ago

illiliti commented 2 years ago

I understand the reasoning behind it, but since we already have a way to control it at runtime, i don't see why do we need compile time option.

rmyorston commented 2 years ago

Compiling with ENABLE_FEATURE_MAKE_EXTENSIONS 0 isn't of much practical use but I find the conditional compilation useful during development:

illiliti commented 2 years ago

Fair point. Closing