Logo
Explore Help
Sign In
OilfieldToolsNet/opm-core
4
0
Fork 0
You've already forked opm-core
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
7db4a83e9611947d0b6430cd23284b19357251a6
opm-core/opm/core/opm-core-pch.hpp

11 lines
221 B
C++
Raw Normal View History

Use precompiled headers to compile C++ modules On an average system this will cut around 15% of the total build time. Unfortunately, including Boost headers in the precompiled header takes longer time to generate and then read in each module, than just including the necessary headers in each module. Use Noel Llopis' list_precomp.py at http://www.gamesfromwithin.com/wp-content/uploads/bin/list_precomp_py.txt to analyse which headers are included the most and are candidates for inclusion.
2013-01-23 14:35:50 +01:00
/* List of headers that should be precompiled */
#include <algorithm>
#include <cstddef>
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <istream>
#include <string>
#include <vector>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API