diff options
author | 2015-12-06 17:07:50 +0100 | |
---|---|---|
committer | 2015-12-06 17:07:50 +0100 | |
commit | 6a765a95ecbd957fc95687e5a63b546cd6ae5b97 (patch) | |
tree | aea0fbeceeba8af92f549bdb42ee0c015abd1dec /scripts/src/main.lua | |
parent | 3afd02d896139b07d074d9e66698779e698c87b0 (diff) |
Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects.
It is place where all additional checks we should put
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 2d233eba87a..619833ccf57 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -26,6 +26,7 @@ end uuid (os.uuid(_target .."_" .. _subtarget)) kind "ConsoleApp" + addprojectflags() flags { "NoManifest", "Symbols", -- always include minimum symbols for executables |