first commit
This commit is contained in:
7
trunk/compiler.txt
Normal file
7
trunk/compiler.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Debug mode:
|
||||
--Warning level 4 (/warn4)
|
||||
Release mode:
|
||||
--Optimizations on (/opt)
|
||||
--Warning level 4 (/warn4)
|
||||
--Treat warnings as errors (/werror)
|
||||
--Allow Unsafe Code blocks (/unsafe)
|
||||
Reference in New Issue
Block a user