How do i set copiler options in codelite 12?
Posted: Fri Sep 14, 2018 2:08 pm
Hi,
i'm having trouble with to_string(int) while compiling using mingw 64.
I'm sure that the issue is that i need to pass down -std=c++11 to the compiler. All the previous answers i've found to this involve either checking the required item in the list of available compiler options or editing the command line args. eg https://stackoverflow.com/questions/287 ... n-codelite when i go to the compiler options tab in 12.0.0 I get a list of all the available options but no check box and no display of the command line args. How do i select compiler options from the list provided in the build settings? How do i see which compiler options are currently in use?
Thanks for your help
Russ
i'm having trouble with to_string(int) while compiling using mingw 64.
I'm sure that the issue is that i need to pass down -std=c++11 to the compiler. All the previous answers i've found to this involve either checking the required item in the list of available compiler options or editing the command line args. eg https://stackoverflow.com/questions/287 ... n-codelite when i go to the compiler options tab in 12.0.0 I get a list of all the available options but no check box and no display of the command line args. How do i select compiler options from the list provided in the build settings? How do i see which compiler options are currently in use?
Thanks for your help
Russ