mycoboco / beluga

a standard C compiler (with an integrated preprocessor)
http://code.woong.org/beluga
Other
65 stars 8 forks source link

support -iprefix and others #130

Closed mycoboco closed 6 years ago

mycoboco commented 6 years ago
mycoboco commented 6 years ago

Allowing path separators is cumbersome; -iprefix foo/ -iwithprefix bar:fred should be equivalent to -include-after foo/bar:foo/fred.