Skip to content

Commit

Permalink
Change back flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrima committed Aug 1, 2017
1 parent dcd92ec commit 71dce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/grading/languages/c++14_g++.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_compilation_commands(self,
if for_evaluation:
command += ["-DEVAL"]
command += ["-std=gnu++14", "-O2", "-pipe", "-static",
"-o", executable_filename]
"-s", "-o", executable_filename]
command += source_filenames
return [command]

Expand Down

0 comments on commit 71dce96

Please sign in to comment.