mirror of https://github.com/google/oss-fuzz.git
docs: Require no extention in new_project_guide.md (#2221)
This commit is contained in:
parent
a6e3857f93
commit
393341a430
|
@ -182,6 +182,8 @@ provided to be able to write retargetable scripts.
|
|||
|
||||
### Requirements
|
||||
|
||||
Only binaries without any extension will be accepted as targets. Extensions are reserved for other artifacts like .dict, etc.
|
||||
|
||||
You *must* use the special compiler flags needed to build your project and fuzz targets.
|
||||
These flags are provided in the following environment variables:
|
||||
|
||||
|
|
Loading…
Reference in New Issue