Reorder compile options to have user-defined last
The previous version would put the user-defined options first. However, the default options include e.g., -Wall. If a user tries to override (see for instance the next commit) -Wall or other options might override this and not honor the user choice. To always have the user have the last work, put user-defined compile options last.
Showing
Please register or sign in to comment