Ferop icon indicating copy to clipboard operation
Ferop copied to clipboard

newline feed in compiler command line params causes undefined behavior

Open mathias-brandewinder opened this issue 9 years ago • 1 comments

Example:

[<MsvcWin (""" /I 
..\include\SDL2 /I 
..\include ..\lib\win\x64\SDL2.lib 
..\lib\win\x64\SDL2main.lib ..\lib\win\x64\glew32.lib opengl32.lib """)>]

... causes very mysterious behaviors.

mathias-brandewinder avatar Mar 07 '15 18:03 mathias-brandewinder

Looks like command line params do not enjoy newline feeds. :)

TIHan avatar Mar 11 '15 00:03 TIHan