mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-03 06:23:10 +00:00
fix: indicate to the compiler that negentropy.h will be a precompiled header
This commit is contained in:
parent
3c2df0b899
commit
8ef230169a
@ -20,7 +20,7 @@ install-deps:
|
||||
|
||||
# Generate 'negentropy.h.gch'
|
||||
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:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user