This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180042 - PRECOMPILED_HEADER
Summary: PRECOMPILED_HEADER
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-31 07:05 UTC by dix75
Modified: 2010-03-16 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dix75 2010-01-31 07:05:22 UTC
PRECOMPILED_HEADER Does not work in Linux 

In windows all works  
PRECOMPILED_HEADER = pch.h
The file "With ++" in the size of 86 Mb in a folder "pch.h.gch" is created

In Linux anything is not present
The file "pch.h" is not processed at all
Comment 1 Alexey Vladykin 2010-02-04 07:30:11 UTC
Did you try adding
CONFIG += precompile_header
?
Comment 2 Alexey Vladykin 2010-02-10 03:11:16 UTC
Works for me with CONFIG += precompile_header.
Comment 3 dix75 2010-02-10 07:30:14 UTC
Ok