alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
61 stars 32 forks source link

Fix --symbol-files option in 2.1 API. #52

Closed TheDS closed 7 years ago

TheDS commented 7 years ago

The --symbol-files option doesn't work when using the 2.1 API. There is no chance of setting symbol_files to "separate" because the compiler object has no access to the current context's options.

dvander commented 7 years ago

blah