File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ install(TARGETS default-scoring DESTINATION "${TIOJ_DATA_DIR}/")
100100add_executable (sandbox-exec "src/tioj/sandbox_main.cpp" "src/tioj/sandbox.cpp" "src/tioj/sandbox.h" )
101101target_link_libraries (sandbox-exec CJail::libcjail)
102102target_compile_options (sandbox-exec PUBLIC -Os -static ) # note that later flags will override previous ones
103- target_link_options (sandbox-exec PUBLIC -static -pthread)
103+ target_link_options (sandbox-exec PUBLIC -static -pthread -Wl,--gc-sections )
104104install (TARGETS sandbox-exec DESTINATION "${TIOJ_DATA_DIR} /" )
105105
106106# headers for judge
Original file line number Diff line number Diff line change 44#include < string>
55#include " tioj/submission.h"
66
7- const std::string kVersionCode = " 1.2.0 " ;
7+ const std::string kVersionCode = " 1.2.1 " ;
88extern std::string kTIOJUrl ;
99extern std::string kTIOJKey ;
1010extern size_t kMaxQueue ;
You can’t perform that action at this time.
0 commit comments