dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
534 stars 66 forks source link

remove -property from makefile? #138

Open timotheecour opened 10 years ago

timotheecour commented 10 years ago

i think -property is not recommended

PhilippeSigaud commented 10 years ago

On Tue, Aug 12, 2014 at 11:13 AM, Timothee Cour notifications@github.com wrote:

i think -property is not recommended

Wasn't it necessary at one time? We were supposed to use this flag to get the correct enforcement for properties, I believe.