- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 641
undefines
        starkos edited this page Apr 10, 2021 
        ·
        7 revisions
      
    
       This wiki is no longer being maintained.
Removes preprocessor or compiler symbols from a project.
undefines { "symbols" }If a project includes multiple calls to undefines the lists are concatenated, in the order in which they appear in the script.
symbols specifies a list of symbols to be undefined.
Project configurations.
Premake 5.0 or later
Undefine two symbols in the current project.
undefines { "DEBUG", "TRACE" }