diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index fd09446d595..0d379308d52 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -87,7 +87,7 @@ function addprojectflags() end if version >= 60000 then buildoptions_cpp { - "-flifetime-dse=1", + --"-flifetime-dse=1", } end end |