Skip to content

Commit

Permalink
download_testlib_and_precompile: precompile testlib_themis_cms for us…
Browse files Browse the repository at this point in the history
…e in testlib checker
  • Loading branch information
hieplpvip committed Jan 13, 2024
1 parent 170f190 commit 54454d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/download_testlib_and_precompile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sed -i '/^#include <cstdio>/a#include <cstdint>' /usr/include/testlib_themis_cms
mkdir -p /usr/include/testlib_themis_cms.h.gch
g++ -std=c++17 $FLAGS -DTHEMIS /usr/include/testlib_themis_cms.h -o /usr/include/testlib_themis_cms.h.gch/themis
g++ -std=c++17 $FLAGS -DCMS /usr/include/testlib_themis_cms.h -o /usr/include/testlib_themis_cms.h.gch/cms
g++ -std=c++17 $FLAGS /usr/include/testlib_themis_cms.h -o /usr/include/testlib_themis_cms.h.gch/testlib

# Precompile bits/stdc++.h
IFS=$'\n' files=( $(find /usr/include/ -name stdc++.h) );
Expand Down

0 comments on commit 54454d3

Please sign in to comment.