Skip to content

Commit

Permalink
Remove some compiler arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed Dec 8, 2018
1 parent 2177c17 commit a8325d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/blink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,8 @@ void blink::application::run()
"/c " // Compile only, do not link
"/nologo " // Suppress copyright message
"/Z7 " // Enable COFF debug information (required for symbol parsing in blink_linker.cpp!)
"/MDd " // Link with 'MSVCRTD.lib'
"/Od " // Disable optimizations
"/GS /sdl " // Enable security checks
//"/W3 " // Set warning level
"/MDd "
"/Gd " // __cdecl calling convention
"/EHsc " // Enable C++ exceptions
"/std:c++latest " // C++ standard version
"/Zc:wchar_t /Zc:forScope /Zc:inline"; // C++ language conformance
Expand Down

0 comments on commit a8325d3

Please sign in to comment.