diff options
author | fx-carton <40282476+fx-carton@users.noreply.github.com> | 2019-08-17 13:08:14 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-08-17 19:08:14 +0100 |
commit | b62e30622269726d71fb0dbf1c7046ee77cb86f1 (patch) | |
tree | f4ae6e1545c7c35f5f171565c391b96abc867669 /doc/ale.txt | |
parent | 5388ff1d54e05cfaa9429cdbf9a2cacba94d190f (diff) | |
download | ale-b62e30622269726d71fb0dbf1c7046ee77cb86f1.zip |
Fix cflags parsing (#2510, #2265) (#2590)
* Parse CFLAGS that can be passed using a whitelist
I went through GCC's man page and selected flags that can safely be
passed to GCC and that can be useful to syntax checking. These include:
- -I/-i* include flags
- preprocessor flags such as -D
- -W* warning flags
- -O* optimization flags
- most -f options
- -m arch dependent options
* Fix CFLAGS tests: -Idir is now parsed to -I dir
* Added two tests for flags we want or don't want to pass.
* Also check for / in addition to s:sep
Diffstat (limited to 'doc/ale.txt')
0 files changed, 0 insertions, 0 deletions