User forums > Using Code::Blocks
precompiled headers command messed up
(1/1)
Balazs:
I think CB issues a bad command when precompiling the header I want. It does this:
--- Code: ---mingw32-g++.exe -O3 -Wall -I..\..\..\src -c ..\..\..\src\pch.h -o src\pch.h.gch
--- End code ---
Shouldn't it issue a command like this?:
--- Code: ---mingw32-g++.exe -O3 -Wall -I..\..\..\src -c ..\..\..\src\pch.h -o ..\..\..\src\pch.h.gch
--- End code ---
I'm using "Generate PCH alongside original header" strategy.
Navigation
[0] Message Index
Go to full version