mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-04 06:53:07 +00:00
Merge pull request #12 from waku-org/precompiled-header-nix
fix: indicate to the compiler that negentropy.h will be a precompiled header
This commit is contained in:
commit
13243f668e
@ -20,7 +20,7 @@ install-deps:
|
|||||||
|
|
||||||
# Generate 'negentropy.h.gch'
|
# Generate 'negentropy.h.gch'
|
||||||
precompiled-header:
|
precompiled-header:
|
||||||
g++ -O0 --std=c++20 -Wall -fexceptions -g $(NEGENTROPY_ROOT)negentropy.h $(INCS)
|
g++ -x c++-header -O0 --std=c++20 -Wall -fexceptions -g -o $(NEGENTROPY_ROOT)negentropy.h.gch $(NEGENTROPY_ROOT)negentropy.h $(INCS)
|
||||||
|
|
||||||
build-lib:
|
build-lib:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user