Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
399 stars 48 forks source link

Compilation error in MacOS #22

Open utkarshyashvardhan11 opened 3 years ago

utkarshyashvardhan11 commented 3 years ago

It was working fine with clang. But then I installed gcc. Now it shows the following compilation error

ld: unknown option: --stack=268435456 collect2: error: ld returned 1 exit status

Please tell me what to do to tackle this problem.

Jatana commented 3 years ago

Try to copy paste the compile command to the terminal and check if it is working there.

Also, what have you used to install gcc?